]> sourceware.org Git - automake.git/commitdiff
move knr stuff to another file
authorDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 14:24:58 +0000 (14:24 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 14:24:58 +0000 (14:24 +0000)
clean.am
lib/am/clean.am

index 2e4d44bce4e90d7297c9ae5072e3c6e8d043f63f..5376322eb167913962a77092ee5009c9c0104613 100644 (file)
--- a/clean.am
+++ b/clean.am
@@ -1,5 +1,5 @@
 mostlyclean:
-       rm -f *.o *.krc *.krh krtmp*.c core
+       rm -f *.o core
 
 clean: mostlyclean
        rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES)
index 2e4d44bce4e90d7297c9ae5072e3c6e8d043f63f..5376322eb167913962a77092ee5009c9c0104613 100644 (file)
@@ -1,5 +1,5 @@
 mostlyclean:
-       rm -f *.o *.krc *.krh krtmp*.c core
+       rm -f *.o core
 
 clean: mostlyclean
        rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES)
This page took 0.028258 seconds and 5 git commands to generate.