OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Sep 2007 14:30:33 +0000 (14:30 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Sep 2007 14:30:33 +0000 (14:30 +0000)
* Makefile.in (stmp-int-hdrs): Depend on fixinc_list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128493 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index bf1a169..109aa16 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR target/32337
index ef7a949..4069f79 100644 (file)
@@ -3364,7 +3364,7 @@ gcov-dump$(exeext): $(GCOV_DUMP_OBJS) $(LIBDEPS)
 # be rebuilt.
 
 # 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.
 # The sed command gets just the last file name component;
 # this is necessary because VPATH could add a dirname.