diff options
author | Richard Sandiford <richard@codesourcery.com> | 2007-09-14 14:30:33 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-09-14 14:30:33 +0000 |
commit | d6aec9aaac2a77c7eaaef560b15ff26b76f72781 (patch) | |
tree | 9c6178c729c6d056e6e24c870e4f8e7e4e844eda | |
parent | 7181464ad11e0b7128a0e1e470746ceaa4d1b435 (diff) | |
download | gcc-d6aec9aaac2a77c7eaaef560b15ff26b76f72781.zip gcc-d6aec9aaac2a77c7eaaef560b15ff26b76f72781.tar.gz gcc-d6aec9aaac2a77c7eaaef560b15ff26b76f72781.tar.bz2 |
Makefile.in (stmp-int-hdrs): Depend on fixinc_list.
gcc/
* Makefile.in (stmp-int-hdrs): Depend on fixinc_list.
From-SVN: r128493
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf1a169..109aa16 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 ef7a949..4069f79 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. |