diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-24 20:02:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-24 20:02:21 +0000 |
| commit | 8e5f64732be4669c810b37417247fdeaa8cc739f (patch) | |
| tree | 8beb46aedbe7221aef26cb5684941b347108a694 /gnu | |
| parent | a4f66d8f4c24b056027ea7a725cbfa292490f0fc (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc1obj/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile index 3b2a63de937af..573fc52af3742 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 7bd4984fdf465..c0fd806dbbd37 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 afb37867cc990..aa15d23e0d1ca 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 \ |
