Last revision also added duplicate SRCS. Fixed this so that

the resulting .a library has only unique .o files.

Noticed by:	bde
This commit is contained in:
Ruslan Ermilov 2004-01-12 22:02:31 +00:00
parent 22c48a5f23
commit d2ec2cabee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124451

View file

@ -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 \