diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bf1a16988fd94f95d6d226f4b295d96fc4560326..109aa16d2951244220e12b4cc76ecbc6c2cdb123 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ef7a949f121c28d109b7614e8c4cac98a0f35ae1..4069f79288c15ed5ee781e62e2876f55e55ad72d 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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.