diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-03-10 23:30:30 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-03-10 23:30:30 +0900 |
commit | 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af (patch) | |
tree | 2ffba1b40c3195f9ad09fd64ad8ad7782015ffbc /fc-pattern | |
parent | b75eb63982a54c0fb4576d8a655ef734908d3604 (diff) |
Fix a build fail on some environment.
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 a7db2105..085c1dad 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: |