summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-12 22:02:31 +0000
committerru <ru@FreeBSD.org>2004-01-12 22:02:31 +0000
commit03135f1e85b442196816e16934e0a2735da0934c (patch)
tree53ea92b2cd71265a11c580fa7098e47a26b9d286 /gnu
parentb2122ad887b3752892b1d8267f0ce22715ab2a5f (diff)
downloadFreeBSD-src-03135f1e85b442196816e16934e0a2735da0934c.zip
FreeBSD-src-03135f1e85b442196816e16934e0a2735da0934c.tar.gz
Last revision also added duplicate SRCS. Fixed this so that
the resulting .a library has only unique .o files. Noticed by: bde
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile2
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 4c6a910..b127eb4 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 \
OpenPOWER on IntegriCloud