From: David J. MacKenzie Date: Sun, 2 Oct 1994 01:31:05 +0000 (+0000) Subject: fix typo X-Git-Tag: Release-0-25~428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=993fe72e7b8ac873a779e2e99a6103ee12570c5b;p=thirdparty%2Fautomake.git fix typo --- diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index 73a29db05..ae7e8e5c9 100644 --- a/lib/am/subdirs.am +++ b/lib/am/subdirs.am @@ -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 diff --git a/subdirs.am b/subdirs.am index 73a29db05..ae7e8e5c9 100644 --- a/subdirs.am +++ b/subdirs.am @@ -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