This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
make f77.rebuilt was broken with some Makefile cleanup. The following patch fixes it, committed as obvious after testing the rule on amd64. Andreas 2003-11-30 Andreas Jaeger <aj@suse.de> * Make-lang.in (f77.rebuilt): Fix dependency on g77.info. ============================================================ Index: gcc/f/Make-lang.in --- f/Make-lang.in 20 Nov 2003 10:08:54 -0000 1.135 +++ f/Make-lang.in 30 Nov 2003 11:26:41 -0000 @@ -239,7 +239,7 @@ $(srcdir)/f/NEWS: f/news0.texi f/news.te cd $(srcdir)/f; $(MAKEINFO) -D NEWSONLY --no-header --no-split \ --no-validate -I../doc/include -o NEWS news0.texi -f77.rebuilt: f/g77.info $(srcdir)/f/BUGS \ +f77.rebuilt: $(docobjdir)/g77.info $(srcdir)/f/BUGS \ $(srcdir)/f/NEWS # -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |