diff options
author | Mark Loeser <mark@halcy0n.com> | 2009-07-07 19:57:15 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2009-07-07 19:57:15 +0000 |
commit | 4db19cc75975bf042349055e80831dfea4201a53 (patch) | |
tree | 24dc2cb9775469caf51741125c9f900aa5f0d366 /gcc | |
parent | 60662d5f6b46ac07220fec38e64d01eeb912d96d (diff) | |
download | gcc-4db19cc75975bf042349055e80831dfea4201a53.zip gcc-4db19cc75975bf042349055e80831dfea4201a53.tar.gz gcc-4db19cc75975bf042349055e80831dfea4201a53.tar.bz2 |
re PR other/40010 (Parallel make issue when building man pages)
gcc/
2009-06-23 Mark Loeser <mark@halcy0n.com>
PR build/40010
* Makefile.in (gcc.pod): Depend on gcc-vers.texi.
From-SVN: r149345
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c056788..6c4d6d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,15 @@ +2009-06-23 Mark Loeser <mark@halcy0n.com> + + PR build/40010 + * Makefile.in (gcc.pod): Depend on gcc-vers.texi. + 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org> * pretty-print.c (pp_base_format): Remove %J. * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table, gcc_cxxdiag_char_table): Likewise. (init_dynamic_diag_info): Likewise. - + 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org> * pretty-print.c (pp_base_format): Remove %H. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4333db6..6d82c6b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3925,7 +3925,7 @@ cpp.pod: cpp.texi cppenv.texi cppopts.texi # These next rules exist because the output name is not the same as # the input name, so our implicit %.pod rule will not work. -gcc.pod: invoke.texi cppenv.texi cppopts.texi +gcc.pod: invoke.texi cppenv.texi cppopts.texi gcc-vers.texi $(STAMP) $@ -$(TEXI2POD) $< > $@ gfdl.pod: fdl.texi |