diff scripts/Makefile.in @ 8873:e258715b2e78

fixes for clean targets in Makefiles
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 15:34:23 -0500
parents 538184c540a9
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/Makefile.in	Wed Feb 25 13:01:35 2009 -0500
+++ b/scripts/Makefile.in	Wed Feb 25 15:34:23 2009 -0500
@@ -99,11 +99,11 @@
 	rm -f gethelp$(BUILD_EXEEXT)
 
 distclean maintainer-clean::
-	rm -f Makefile config.log config.status DOCSTRINGS
+	rm -f tags TAGS Makefile config.log config.status DOCSTRINGS
 	rm -rf autom4te.cache
 
 maintainer-clean::
-	rm -f tags TAGS configure
+	rm -f configure
 
 dist:
 	ln $(DISTFILES) ../`cat ../.fname`/scripts