diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-12 22:02:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-12 22:02:31 +0000 |
| commit | d2ec2cabee8125981ef71d2d6ed58dd9cba40a05 (patch) | |
| tree | 53ea92b2cd71265a11c580fa7098e47a26b9d286 | |
| parent | 22c48a5f23531cc96b02168b89b1ca4cdef0eb3e (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 4c6a91070950..b127eb499f9b 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -55,7 +55,7 @@ SRCS+= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c mbchar.c # cc1plus seems to be able to tolerate these here, # BUT only if the right .o's are specified in cc1plus/Makefile SRCS+= c-typeck.c \ - c-errors.c c-pragma.c c-convert.c c-aux-info.c c-common.c c-format.c c-semantics.c c-objc-common.c + c-errors.c c-convert.c c-aux-info.c c-objc-common.c # libbackend SRCS+= builtins.c diagnostic.c doloop.c dominance.c et-forest.c \ |
