diff octMakefile.in @ 1459:0b5abd833621

[project @ 1995-09-20 05:51:42 by jwe]
author jwe
date Wed, 20 Sep 1995 06:07:46 +0000
parents 05f0c06471c9
children fa8326a8eec8
line wrap: on
line diff
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -106,11 +106,9 @@
 	$(SUBDIR_FOR_COMMAND)
 .PHONY: install uninstall tags clean mostlyclean distclean maintainer-clean
 
-distclean::
-	rm -f Makefile config.cache config.log config.status
-
-maintainer-clean::
-	rm -f Makefile config.status
+maintainer-clean distclean::
+	rm -f octMakefile octave-bug Makefile Makeconf config.cache \
+	config.h config.log config.status 
 
 # Now that things are under RCS control, we need to do the recursive
 # chmod so that the distributed files end up with reasonable modes.