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-pattern | |
parent | 765b7b32d862474eb631b47bbdbd34ffba507392 (diff) |
Revert "Fix a build fail on some environment."
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af.
Conflicts:
doc/Makefile.am
Diffstat (limited to 'fc-pattern')
-rw-r--r-- | fc-pattern/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fc-pattern/Makefile.am b/fc-pattern/Makefile.am index 085c1dad..a7db2105 100644 --- a/fc-pattern/Makefile.am +++ b/fc-pattern/Makefile.am @@ -44,14 +44,14 @@ fc_pattern_LDADD = ${top_builddir}/src/libfontconfig.la if USEDOCBOOK ${man_MANS}: ${SGML} - -@rm $@ + $(RM) $@ $(DOC2MAN) ${SGML} - @rm manpage.* + $(RM) manpage.* all-local: $(man_MANS) clean-local: - -rm $(man_MANS) + $(RM) $(man_MANS) else all-local: |