diff options
author | marha <marha@users.sourceforge.net> | 2012-03-12 07:18:46 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-12 07:18:46 +0100 |
commit | b91444584a64f4f7b3eaeee05ef36ac53691fb24 (patch) | |
tree | 2a66e96251ca0ee198c908d6bdbed2e1862fb310 /fontconfig/fc-cache | |
parent | d483a0007d3a25fbf565436f655fa45b4265628a (diff) | |
download | vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.tar.gz vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.tar.bz2 vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.zip |
xkeyboard-config fontconfig libX11 libXft libxcb mesa git update 12 Mar 2012
Diffstat (limited to 'fontconfig/fc-cache')
-rw-r--r-- | fontconfig/fc-cache/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fontconfig/fc-cache/Makefile.am b/fontconfig/fc-cache/Makefile.am index 300c96697..b647c3f4b 100644 --- a/fontconfig/fc-cache/Makefile.am +++ b/fontconfig/fc-cache/Makefile.am @@ -33,7 +33,7 @@ install-data-local: -$(mkinstalldirs) "$(DESTDIR)$(fc_cachedir)" uninstall-local: - -$(RM) -rf "$(DESTDIR)$(fc_cachedir)" + -rm -rf "$(DESTDIR)$(fc_cachedir)" endif INCLUDES=-I${top_srcdir} -I${top_srcdir}/src $(WARN_CFLAGS) @@ -53,14 +53,14 @@ fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la if USEDOCBOOK ${man_MANS}: ${SGML} - $(RM) $@ - $(DOC2MAN) ${SGML} - $(RM) manpage.* + -@rm $@ + $(AM_V_GEN) $(DOC2MAN) ${SGML} + @rm -f manpage.* all-local: $(man_MANS) clean-local: - $(RM) $(man_MANS) + -rm $(man_MANS) else all-local: |