From c561816b665406fedba6fd9f47eb431e4439e1e1 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 26 Feb 2004 07:08:33 +0000 Subject: [PATCH] Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS). Makeworld will add -static in the correct place if needed and possible. Self-hosted builds can just use the system default. Fixed some nearby style bugs (code unrelated to its comment, and comment formatting). --- gnu/usr.bin/cc/cc_tools/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index de43e1d90f50..5d9535a4191e 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -7,16 +7,19 @@ # SRCS to get dependencies. # +# # ../Makefile.inc will put an absolute path to our objdir in CFLAGS. # Prevent mkdep from using it, so that we don't have to give rules for # aliases of generated headers. - -CFLAGS+= -I. -static -DGENERATOR_FILE +# +CFLAGS+= -I. .include "../Makefile.inc" .PATH: ${GCCDIR} +CFLAGS+= -DGENERATOR_FILE + #----------------------------------------------------------------------- # insn-* gunk