diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 11:18:41 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 11:18:41 +0000 |
commit | 82e0f53779c583e872d388278868c12e4f058ae7 (patch) | |
tree | d164e1e369478b7d09f4ca7c2148d3ce9d57b186 /gcc | |
parent | cc67321c3905021cd655b5b7d9bafc85ea82fa20 (diff) | |
download | gcc-82e0f53779c583e872d388278868c12e4f058ae7.tar.gz |
(G77STAGESTUFF): Add g77.o, g77spec.o,
and g77version.o.
(f77.clean): Add removal of g77.c, g77.o, g77spec.o,
and g77version.o.
(f77.distclean): Delete removal of g77.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/Make-lang.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in index 4cd75b68402..14964d55200 100644 --- a/gcc/f/Make-lang.in +++ b/gcc/f/Make-lang.in @@ -382,7 +382,7 @@ f77.mostlyclean: -rm -f f/*$(objext) -rm -f f/fini f/f771$(exeext) f/stamp-str f/str-*.h f/str-*.j f/intdoc f/ansify f/intdoc.h0 f77.clean: - -rm -f g77.c + -rm -f g77.c g77.o g77spec.o g77version.o f77.distclean: -rm -f f/Makefile # realclean is the pre-2.7.0 name for maintainer-clean @@ -392,7 +392,7 @@ f77.maintainer-clean f77.realclean: f77.distclean # Stage hooks: # The main makefile has already created stage?/f. -G77STAGESTUFF = f/*$(objext) f/fini f/stamp-str f/str-*.h f/str-*.j +G77STAGESTUFF = f/*$(objext) f/fini f/stamp-str f/str-*.h f/str-*.j g77.o g77spec.o g77version.o f77.stage1: stage1-start -mv $(G77STAGESTUFF) stage1/f |