changeset 1071:cd895d23db6c

[project @ 1995-01-26 04:09:18 by jwe]
author jwe
date Thu, 26 Jan 1995 04:09:18 +0000
parents 999c1ecad9dd
children 0cd3ba9c1f61
files scripts/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/Makefile.in	Wed Jan 25 17:02:03 1995 +0000
+++ b/scripts/Makefile.in	Thu Jan 26 04:09:18 1995 +0000
@@ -65,9 +65,9 @@
 	rm -f Makefile
 .PHONY: distclean
 
-realclean: distclean
+realclean:
 	for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done
-	rm -f tags TAGS
+	rm -f tags TAGS Makefile
 .PHONY: realclean
 
 local-dist: