From 20c7e5582cf8b1b3dbe28f6aeb1801cec017ba2a Mon Sep 17 00:00:00 2001 From: gwr Date: Wed, 11 Jan 1995 20:37:12 +0000 Subject: [PATCH] Cleanup (cpp flags just once) --- sys/arch/sun3/conf/Makefile.sun3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 7439956026b5..aafcf777fc38 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sun3,v 1.24 1994/11/21 21:26:45 gwr Exp $ +# $NetBSD: Makefile.sun3,v 1.25 1995/01/11 20:37:12 gwr Exp $ # # Makefile for NetBSD @@ -30,7 +30,7 @@ AWK = nawk # PROF is set to -pg by config if profiling is requested (config -p). AS= gas CC= gcc -O ${DEBUG} -CPP= gcpp -traditional ${XINC} +CPP= gcpp LD= ld TOUCH= touch -f -c GPROF.EX=/usr/src/usr.lib/libc/csu/sun3/gmon.ex