Commit d6420b5b by Jeffrey A Law Committed by Jeff Law

* Make-lang.in: Fix merge problems.

From-SVN: r15544
parent 93cf819d
Thu Sep 18 16:08:40 1997 Jeffrey A Law (law@cygnus.com)
* Make-lang.in: Fix merge problems.
Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com) Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
* Make-lang.in: Various changes to build info files * Make-lang.in: Various changes to build info files
......
...@@ -524,11 +524,9 @@ f77.mostlyclean: ...@@ -524,11 +524,9 @@ f77.mostlyclean:
-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 f/stamp-str f/str-*.h f/str-*.j f/intdoc f/ansify f/intdoc.h0
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in mostlyclean -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in mostlyclean
f77.clean: f77.clean:
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in clean;; \ -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in clean
esac
f77.distclean: f77.distclean:
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in distclean;; \ -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in distclean
esac
-rm -f f/Makefile -rm -f f/Makefile
# like gcc's extraclean, which does clean f/ for us, but not f/gbe, # like gcc's extraclean, which does clean f/ for us, but not f/gbe,
# f/runtime, f/runtime/libF77, f/runtime/libI77, and f/runtime/libU77, # f/runtime, f/runtime/libF77, f/runtime/libI77, and f/runtime/libU77,
...@@ -547,7 +545,6 @@ f77.extraclean: f77.distclean ...@@ -547,7 +545,6 @@ f77.extraclean: f77.distclean
# realclean is the pre-2.7.0 name for maintainer-clean # realclean is the pre-2.7.0 name for maintainer-clean
f77.maintainer-clean f77.realclean: f77.distclean f77.maintainer-clean f77.realclean: f77.distclean
-cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in maintainer-clean;; \ -cd $(srcdir)/f/runtime; $(MAKE) -f Makefile.in maintainer-clean;; \
esac
-rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi
# #
# Stage hooks: # Stage hooks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment