]> sourceware.org Git - automake.git/commitdiff
fix typo
authorDavid J. MacKenzie <djm@gnu.org>
Sun, 2 Oct 1994 01:31:05 +0000 (01:31 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Sun, 2 Oct 1994 01:31:05 +0000 (01:31 +0000)
lib/am/subdirs.am
subdirs.am

index 73a29db05ea332acce6e96b1f3447b549120a225..ae7e8e5c9de1a41d23d81886806354f75e6747f1 100644 (file)
@@ -34,7 +34,7 @@ clean-local: mostlyclean-local
 
 distclean-local: clean-local
        rm -f Makefile config.cache config.log config.status
-       rm -f ${CONFIG_H} stamp-h
+       rm -f ${CONFIG_HEADER} stamp-h
 
 realclean-local: distclean-local
 
index 73a29db05ea332acce6e96b1f3447b549120a225..ae7e8e5c9de1a41d23d81886806354f75e6747f1 100644 (file)
@@ -34,7 +34,7 @@ clean-local: mostlyclean-local
 
 distclean-local: clean-local
        rm -f Makefile config.cache config.log config.status
-       rm -f ${CONFIG_H} stamp-h
+       rm -f ${CONFIG_HEADER} stamp-h
 
 realclean-local: distclean-local
 
This page took 0.027226 seconds and 5 git commands to generate.