Perform the s,rm,/bin/rm, fix-up properly. No more kludge.
authorJim Meyering <jim@meyering.net>
Thu, 30 Aug 2007 08:47:11 +0000 (10:47 +0200)
committerJim Meyering <jim@meyering.net>
Thu, 30 Aug 2007 15:28:12 +0000 (17:28 +0200)
commit624d125ceec7b676a38a252f9c5c7e69f4ada8b5
treecac53661f6041d31ffcd09c3e8a0ae6ce8fdd8c7
parentbfe49f506f3385329d37baf4e242529049cfc887
Perform the s,rm,/bin/rm, fix-up properly. No more kludge.

* Makefile.am (EXTRA_DIST): Remove .kludge-stamp.
(.kludge-stamp): Remove rule.  Instead, ...
(dist-hook): Do the job here, operating on the file in $(distdir).
(rm_subst): Adjust regexp to match "rm -f rm$(EXEEXT)", not "rm -f rm".
(MAINTAINERCLEANFILES): s/+=/=/, now that this is the sole use.
(dist-hook): Remove the legacy-from-cvs install-sh is-executable check.
* .gitignore: Remove .kludge-stamp.

Signed-off-by: Jim Meyering <jim@meyering.net>
.gitignore
ChangeLog
Makefile.am