* Make-lang.in (f77.mostlyclean): Add missing exeext.

From-SVN: r19767
This commit is contained in:
Mumit Khan 1998-05-15 00:45:22 +00:00 committed by Jeff Law
parent b22284e14a
commit 438a7234c4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri May 15 01:44:22 1998 Mumit Khan <khan@xraylith.wisc.edu>
* Make-lang.in (f77.mostlyclean): Add missing exeext.
Thu Apr 30 18:59:43 1998 Jim Wilson <wilson@cygnus.com>
* Make-lang.in (g77.info, g77.dvi, BUGS, INSTALL, NEWS): Put -o

View File

@ -380,7 +380,7 @@ f77.uninstall:
f77.mostlyclean:
-rm -f f/*$(objext)
-rm -f f/fini f/f771 f/stamp-str f/str-*.h f/str-*.j f/intdoc f/ansify f/intdoc.h0
-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
f77.distclean: