diff octMakefile.in @ 759:3fc1ccd5a9db

[project @ 1994-10-02 15:34:26 by jwe]
author jwe
date Sun, 02 Oct 1994 15:41:13 +0000
parents cce5bd9acc65
children 0acec886a912
line wrap: on
line diff
--- a/octMakefile.in	Sun Oct 02 15:19:39 1994 +0000
+++ b/octMakefile.in	Sun Oct 02 15:41:13 1994 +0000
@@ -129,12 +129,12 @@
 
 distclean: clean
 	for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done
-	rm -f *.a Makefile config.status
+	rm -f Makefile config.status
 .PHONY: distclean
 
 realclean:
 	for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done
-	rm -f *.a Makefile config.status
+	rm -f Makefile config.status
 .PHONY: realclean
 
 # Now that things are under RCS control, we need to do the recursive