]> sourceware.org Git - automake.git/commitdiff
(maintainer-clean): Renamed from realclean.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 18:12:29 +0000 (18:12 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 18:12:29 +0000 (18:12 +0000)
clean-kr.am
clean.am
lib/am/clean.am

index 1a9052822e58327d9b7e6c8b3113de9b789f74de..9fd74724a1a653d3c1b90a3bf47b2f901cde94bc 100644 (file)
@@ -8,6 +8,6 @@ distclean: clean
        rm -f Makefile *.tab.c $(DISTCLEANFILES)
        rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
 
-realclean: distclean
+maintainer-clean: distclean
        rm -f TAGS $(INFOS)
 
index ee924ac77e194a049dcce3bfe37422de50e36e53..5381e6b85030c5e2976a4c9207d9f1829ba82df5 100644 (file)
--- a/clean.am
+++ b/clean.am
@@ -8,6 +8,6 @@ distclean: clean
        rm -f Makefile *.tab.c $(DISTCLEANFILES)
        rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
 
-realclean: distclean
+maintainer-clean: distclean
        rm -f TAGS $(INFOS)
 
index ee924ac77e194a049dcce3bfe37422de50e36e53..5381e6b85030c5e2976a4c9207d9f1829ba82df5 100644 (file)
@@ -8,6 +8,6 @@ distclean: clean
        rm -f Makefile *.tab.c $(DISTCLEANFILES)
        rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
 
-realclean: distclean
+maintainer-clean: distclean
        rm -f TAGS $(INFOS)
 
This page took 0.028884 seconds and 5 git commands to generate.