* Make-lang.in (G77STAGESTUFF): Add g77.c.

From-SVN: r20662
This commit is contained in:
H.J. Lu 1998-06-22 22:16:19 +00:00 committed by Jeff Law
parent 225695a445
commit fbfa07d227
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Jun 22 23:12:05 1998 H.J. Lu (hjl@gnu.org)
* Make-lang.in (G77STAGESTUFF): Add g77.c.
Fri Jun 19 07:54:40 1998 H.J. Lu (hjl@gnu.org)
* g77spec.c (lang_specific_driver): Check n_infiles before

View File

@ -422,7 +422,7 @@ f77.maintainer-clean:
# The main makefile has already created stage?/f.
G77STAGESTUFF = f/*$(objext) f/fini f/stamp-str f/str-*.h f/str-*.j \
lang-f77 g77.o g77spec.o g77version.o
lang-f77 g77.c g77.o g77spec.o g77version.o
f77.stage1: stage1-start
-if [ -f lang-f77 ]; then \