From 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Sat, 10 Mar 2012 23:30:30 +0900 Subject: Fix a build fail on some environment. --- fc-cat/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fc-cat') diff --git a/fc-cat/Makefile.am b/fc-cat/Makefile.am index 58745959..6bc61684 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) manpage.* + @rm -f manpage.* all-local: $(man_MANS) clean-local: - $(RM) $(man_MANS) + -rm $(man_MANS) else all-local: -- cgit v1.2.3