diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-02-26 07:08:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-02-26 07:08:33 +0000 |
| commit | c561816b665406fedba6fd9f47eb431e4439e1e1 (patch) | |
| tree | bdf509a1c55ac5553c397aee5fe4b23b64a0bd46 /gnu | |
| parent | 487fc28686e46780cb0c835c170cd668fb5010df (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 7 |
1 files 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 |
