aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2013-04-21 22:01:33 -0700
committerPaul Eggert <[email protected]>2013-04-21 22:01:33 -0700
commitc6cb2f53ac46155dbe7fc87681e3bfbd3dc9138b (patch)
tree532492978f435bc4e0fce4c830499133a69d0733 /build-aux
parent38cc0210f3bed42829d6cea2dd512a53e581764f (diff)
* build-aux/update-subdirs: Don't leave subdirs.el~ behind.
It messes up 'make distclean', and contains no useful information because it's a copy of subdirs.el.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/update-subdirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/update-subdirs b/build-aux/update-subdirs
index 8fdf1609e6..3c429b8b5e 100755
--- a/build-aux/update-subdirs
+++ b/build-aux/update-subdirs
@@ -49,8 +49,8 @@ else
;; no-byte-compile: t
;; End:" > subdirs.el~
if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then
- :; # echo "subdirs.el unchanged";
+ rm subdirs.el~
else
- mv subdirs.el~ subdirs.el
+ mv subdirs.el~ subdirs.el
fi
fi