diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-30 10:47:11 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-30 17:28:12 +0200 |
commit | 624d125ceec7b676a38a252f9c5c7e69f4ada8b5 (patch) | |
tree | cac53661f6041d31ffcd09c3e8a0ae6ce8fdd8c7 /.gitignore | |
parent | bfe49f506f3385329d37baf4e242529049cfc887 (diff) | |
download | coreutils-624d125ceec7b676a38a252f9c5c7e69f4ada8b5.tar.xz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d231c96e8..762797e04 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ */.deps *~ .gdb-history -.kludge-stamp .version ABOUT-NLS INSTALL |