]> sourceware.org Git - automake.git/commitdiff
ansi2knr removed by clean
authorTom Tromey <tromey@redhat.com>
Sun, 11 May 1997 20:25:37 +0000 (20:25 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 11 May 1997 20:25:37 +0000 (20:25 +0000)
ChangeLog
kr-extra.am

index ea5c6e75f0fed3c64e30adabfcafdd01f995dbbb..967a2ab111aae8aeeb21e86e4f08cd50278b370d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Sun May 11 13:59:14 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * kr-extra.am (clean-krextra): Remove ansi2knr here, not in
+       distclean-krextra.
+
        * missing: Regularized grammar.  From François Pinard.
 
 Sat May 10 16:48:47 1997  Tom Tromey  <tromey@cygnus.com>
index 9dc539f3d1cff0a785f3cd2704bdfe2cb92e24fa..5f347b107d736ac62f2b0447591eda37ce2fd4be 100644 (file)
 mostlyclean-krextra:
 
 clean-krextra:
+## Why `clean' and not somewhere else?  Not `mostlyclean' because
+## people usually don't want to recompile this file.  And not
+## `distclean' because of our informal rule: if `make' built it, then
+## `clean' should delete it; if `configure' built it, then `distclean'
+## should remove it (and if the maintainer built it, then
+## maintainer-clean should remove it).
+       rm -f ansi2knr
 
 distclean-krextra:
-       rm -f ansi2knr
 
 maintainer-clean-krextra:
This page took 0.037521 seconds and 5 git commands to generate.