diff libcruft/Makerules.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 82be108cc558
children eb63fbe60fab
line wrap: on
line diff
--- a/libcruft/Makerules.in	Wed Feb 25 13:01:35 2009 -0500
+++ b/libcruft/Makerules.in	Wed Feb 25 15:34:23 2009 -0500
@@ -137,12 +137,8 @@
 .PHONY: clean mostlyclean
 
 distclean maintainer-clean::
-	rm -f Makefile
-.PHONY: distclean
-	
-maintainer-clean::
-	rm -f tags TAGS
-.PHONY: maintainer-clean
+	rm -f tags TAGS Makefile
+.PHONY: distclean maintainer-clean
 
 dist:
 	ln $(EXTERNAL_DISTFILES) ../../`cat ../../.fname`/libcruft/$(THISDIR)