Commit d6aec9aa by Richard Sandiford Committed by Richard Sandiford

Makefile.in (stmp-int-hdrs): Depend on fixinc_list.

gcc/
	* Makefile.in (stmp-int-hdrs): Depend on fixinc_list.

From-SVN: r128493
parent 7181464a
2007-09-14 Richard Sandiford <richard@codesourcery.com>
* Makefile.in (stmp-int-hdrs): Depend on fixinc_list.
2007-09-14 Jakub Jelinek <jakub@redhat.com> 2007-09-14 Jakub Jelinek <jakub@redhat.com>
PR target/32337 PR target/32337
...@@ -3364,7 +3364,7 @@ gcov-dump$(exeext): $(GCOV_DUMP_OBJS) $(LIBDEPS) ...@@ -3364,7 +3364,7 @@ gcov-dump$(exeext): $(GCOV_DUMP_OBJS) $(LIBDEPS)
# be rebuilt. # be rebuilt.
# Build the include directories. # Build the include directories.
stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) $(UNWIND_H) stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) $(UNWIND_H) fixinc_list
# Copy in the headers provided with gcc. # Copy in the headers provided with gcc.
# The sed command gets just the last file name component; # The sed command gets just the last file name component;
# this is necessary because VPATH could add a dirname. # this is necessary because VPATH could add a dirname.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment