summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:41:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:41:39 +0000
commit3be82adc64c87b63dd254df9f8671a94e68bb85b (patch)
treeda58eacd4ed7bf81815066a73aa32c7fd78c0684 /gnu
parent860b4863a339413fe969d9cd8712e60b62f2ef4b (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile3
-rw-r--r--gnu/usr.bin/cc/cc1obj/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile2
3 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index 3b2a63de937a..573fc52af374 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -6,7 +6,8 @@
PROG= cc1
SRCS= c-parse.c c-parse.h c-lang.c
-SRCS+= c-lex.c
+# Ugh, compiled twice...
+SRCS+= c-decl.c c-lex.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED=yes
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile
index 7bd4984fdf46..c0fd806dbbd3 100644
--- a/gnu/usr.bin/cc/cc1obj/Makefile
+++ b/gnu/usr.bin/cc/cc1obj/Makefile
@@ -7,7 +7,7 @@
PROG= cc1obj
SRCS= objc-parse.c objc-parse.h objc-parse.h objc-act.c
# Ugh, compiled twice...
-SRCS+= c-lex.c
+SRCS+= c-decl.c c-lex.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED=yes
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index afb37867cc99..aa15d23e0d1c 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -8,7 +8,7 @@ LIB= cc_int
NOPROFILE= YES
NOPIC= YES
-SRCS= c-aux-info.c c-common.c c-convert.c c-decl.c c-iterate.c \
+SRCS= c-aux-info.c c-common.c c-convert.c c-iterate.c \
c-pragma.c c-typeck.c \
caller-save.c calls.c combine.c convert.c cse.c \
dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \