Commit 27e581e3 by Mike Stump Committed by Jeff Law

Makefile.in (clean): Don't remove Makefiles, that is done in distclean.

        * Makefile.in (clean): Don't remove Makefiles, that is done in
        distclean.

From-SVN: r20956
parent 3b39dde8
1998-07-06 Mike Stump <mrs@wrs.com>
* Makefile.in (clean): Don't remove Makefiles, that is done in
distclean.
1998-07-06 Dave Love <d.love@dl.ac.uk>
* libU77/Makefile.in (lib): Change variable lib to LIBS.
......
......@@ -225,10 +225,7 @@ mostlyclean:
rm -fr libE77
clean:
rm -f config.log
rm -f libF77/Makefile
rm -f libI77/Makefile
rm -f libU77/Makefile libU77/config.log libU77/a.out
rm -f config.log libU77/config.log libU77/a.out
distclean:
rm -f Makefile config.cache config.status g2c.h
......
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