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 /fc-case | |
parent | 765b7b32d862474eb631b47bbdbd34ffba507392 (diff) |
Revert "Fix a build fail on some environment."
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af.
Conflicts:
doc/Makefile.am
Diffstat (limited to 'fc-case')
-rw-r--r-- | fc-case/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-case/Makefile.am b/fc-case/Makefile.am index 1855d47b..9138c191 100644 --- a/fc-case/Makefile.am +++ b/fc-case/Makefile.am @@ -46,7 +46,7 @@ $(TARG): $(STMPL) fc-case.c $(SCASEFOLDING) @echo Warning: cannot rebuild $(TARG) when cross-compiling else $(TARG): $(STMPL) fc-case$(EXEEXT) $(SCASEFOLDING) - -@rm $(TARG) + -rm $(TARG) $(AM_V_GEN) $(builddir)/fc-case$(EXEEXT) $(SCASEFOLDING) < $(STMPL) > $(TARG).tmp && \ mv $(TARG).tmp $(TARG) endif |