Remove version.h from object files
gcc/ChangeLog: PR bootstrap/100560 * Makefile.in: Remove version.h from linker command line.
This commit is contained in:
parent
037e366111
commit
dd39327854
1 changed files with 2 additions and 2 deletions
|
@ -2942,10 +2942,10 @@ build/genmatch$(build_exeext) : $(BUILD_CPPLIB) \
|
|||
|
||||
# These programs are not linked with the MD reader.
|
||||
build/gengtype$(build_exeext) : build/gengtype-lex.o build/gengtype-parse.o \
|
||||
build/gengtype-state.o version.h build/errors.o
|
||||
build/gengtype-state.o build/errors.o
|
||||
|
||||
gengtype$(exeext) : gengtype.o gengtype-lex.o gengtype-parse.o \
|
||||
gengtype-state.o version.h errors.o $(LIBDEPS)
|
||||
gengtype-state.o errors.o $(LIBDEPS)
|
||||
+$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
|
||||
$(filter-out ($LIBDEPS), $^) $(LIBS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue