From 7bf3ceda8be2d0ed7a8eb8d0b0b56a7e72d93da8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 27 Apr 2003 20:14:05 +0000 Subject: Wrap gperf in NO_CXX as it needs the C++ to compile. --- gnu/usr.bin/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 8492e16c7430b..096c23c0454e5 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ -.if ${MACHINE_ARCH} != "powerpc" -_gperf=gperf -.endif - SUBDIR= bc binutils cc cpio dc dialog diff diff3 \ ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo .if !defined(NO_CXX) +.if ${MACHINE_ARCH} != "powerpc" +_gperf=gperf +.endif SUBDIR+=groff .endif -- cgit v1.3