From: David J. MacKenzie Date: Sun, 2 Oct 1994 01:31:05 +0000 (+0000) Subject: fix typo X-Git-Tag: Release-0-25~447 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=94892a46e1d7e2a964fd86de671a913703c10d25;p=automake.git fix typo --- diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index 73a29db0..ae7e8e5c 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 73a29db0..ae7e8e5c 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