Skip to content

Commit

Permalink
Fix dependencies for tlink.o.
Browse files Browse the repository at this point in the history
Found while changing code in vec.h and doing incremental builds.

2012-11-20  Diego Novillo  <[email protected]>

	* Makefile.in (tlink.o): Add dependency on VEC_H.

From-SVN: r193668
  • Loading branch information
dnovillo authored and Diego Novillo committed Nov 20, 2012
1 parent 38f2ca3 commit bd12b9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-11-20 Diego Novillo <[email protected]>

* Makefile.in (tlink.o): Add dependency on VEC_H.

2012-11-20 Diego Novillo <[email protected]>

PR middle-end/55398
Expand Down
2 changes: 1 addition & 1 deletion gcc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ collect2-aix.o : collect2-aix.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
collect2-aix.h

tlink.o: tlink.c $(DEMANGLE_H) $(HASHTAB_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(OBSTACK_H) collect2.h intl.h $(DIAGNOSTIC_CORE_H)
$(OBSTACK_H) collect2.h intl.h $(DIAGNOSTIC_CORE_H) $(VEC_H)

lto-wrapper$(exeext): lto-wrapper.o ggc-none.o libcommon-target.a $(LIBDEPS)
+$(LINKER) $(ALL_COMPILERFLAGS) $(LDFLAGS) -o T$@ \
Expand Down

0 comments on commit bd12b9f

Please sign in to comment.