Commit af818dc8 by Jeffrey A Law Committed by Jeff Law

Makefile.in (clean): Don't remove config.cache.

        * Makefile.in (clean): Don't remove config.cache.
        (distclean): Do it here instead.

From-SVN: r15097
parent 914ec131
Fri Sep 5 00:18:17 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (clean): Don't remove config.cache.
(distclean): Do it here instead.
Tue Aug 26 20:14:08 1997 Robert Lipe (robertl@dgii.com)
* hostnm_.c: Include errno.h
......
......@@ -246,7 +246,7 @@ mostlyclean:
done
clean:
-rm -f config.log config.cache stamp-*
-rm -f config.log stamp-*
for i in libI77 libF77 libU77; do \
if [ -f $$i/Makefile ]; then \
cd $$i; $(MAKE) -f Makefile clean; cd ..; \
......@@ -254,7 +254,7 @@ clean:
done
distclean: clean
-rm -f Makefile lib?77/Makefile config.status libU77/config.status ../../include/f2c.h
-rm -f Makefile config.cache lib?77/Makefile config.status libU77/config.status ../../include/f2c.h
maintainer-clean: distclean
-rm -f $(srcdir)/configure $(srcdir)/libU77/configure
......
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