From e82fc68223b2d553a9ecc482f9a05becd6619344 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 8 Apr 2002 22:58:52 +0000 Subject: [PATCH] move gperf to NO_GXX section, it works fine on ia64. It just needs a c++ compiler. --- gnu/usr.bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 03ae9640cd3..bf71c4ece47 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -14,11 +14,11 @@ SUBDIR+=as ld .endif .if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" -SUBDIR+=cc gperf +SUBDIR+=cc .endif .if !defined(NO_CXX) -SUBDIR+=groff +SUBDIR+=gperf groff .endif .if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)