summaryrefslogtreecommitdiff
path: root/fc-cat
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2012-03-16 11:55:30 +0900
committerAkira TAGOH <akira@tagoh.org>2012-03-16 11:55:30 +0900
commita5b609196fe9cf688e5b4f7b7cd31fb2dc15b154 (patch)
tree5ae965b654951bff1c4c822a4521e2d82b346e95 /fc-cat
parent765b7b32d862474eb631b47bbdbd34ffba507392 (diff)
downloadfontconfig-a5b609196fe9cf688e5b4f7b7cd31fb2dc15b154.tar.gz
Revert "Fix a build fail on some environment."
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am
Diffstat (limited to 'fc-cat')
-rw-r--r--fc-cat/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/fc-cat/Makefile.am b/fc-cat/Makefile.am
index 6bc6168..5874595 100644
--- a/fc-cat/Makefile.am
+++ b/fc-cat/Makefile.am
@@ -44,14 +44,14 @@ fc_cat_LDADD = ${top_builddir}/src/libfontconfig.la
if USEDOCBOOK
${man_MANS}: ${SGML}
- -@rm $@
+ $(RM) $@
$(DOC2MAN) ${SGML}
- @rm -f manpage.*
+ $(RM) manpage.*
all-local: $(man_MANS)
clean-local:
- -rm $(man_MANS)
+ $(RM) $(man_MANS)
else
all-local: