]> gcc.gnu.org Git - gcc.git/commitdiff
* Make-lang.in (G77STAGESTUFF): Add g77.c.
authorH.J. Lu <hjl@gnu.org>
Mon, 22 Jun 1998 22:16:19 +0000 (22:16 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 22 Jun 1998 22:16:19 +0000 (16:16 -0600)
From-SVN: r20662

gcc/f/ChangeLog.egcs
gcc/f/Make-lang.in

index 70e55af4f387ff94ef2fc3855992d62a5898e374..f1f7dfed8b6ee8b3b108eefa2838b31f83cd224e 100644 (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
index 943a59c31ded0c587480d33754bf5f4038e1dd88..9aefc1486441fc250599c0fdc85cbe6afd8fce71 100644 (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 \
This page took 0.068986 seconds and 5 git commands to generate.