diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-03-16 11:55:30 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-03-16 11:55:30 +0900 |
commit | a5b609196fe9cf688e5b4f7b7cd31fb2dc15b154 (patch) | |
tree | 5ae965b654951bff1c4c822a4521e2d82b346e95 /Makefile.am | |
parent | 765b7b32d862474eb631b47bbdbd34ffba507392 (diff) |
Revert "Fix a build fail on some environment."
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af.
Conflicts:
doc/Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ed306503..7fa1b762 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ $(srcdir)/ChangeLog: if test -d "$(srcdir)/.git"; then \ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \ && mv -f $@.tmp $@ \ - || (rm -f $@.tmp; \ + || ($(RM) $@.tmp; \ echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ (test -f $@ || echo git-log is required to generate this file >> $@)); \ else \ |