summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2012-10-26 14:31:23 +0900
committerAkira TAGOH <akira@tagoh.org>2012-10-26 14:31:23 +0900
commit038aa930ae2c3b7972eefe334917e7222fe478ec (patch)
tree78f2a4d7242e37850767386ab0154d0e8ae116f0 /fc-cache
parent73ab254336100c5971e3a1e14b73222efd0e9822 (diff)
downloadfontconfig-038aa930ae2c3b7972eefe334917e7222fe478ec.tar.gz
Use automake variable instead of cleaning files in clean-local
just for git.mk coming up from Behdad's threadsafe branch
Diffstat (limited to 'fc-cache')
-rw-r--r--fc-cache/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am
index 8f455c8..61f5019 100644
--- a/fc-cache/Makefile.am
+++ b/fc-cache/Makefile.am
@@ -48,6 +48,8 @@ endif
EXTRA_DIST=fc-cache.sgml $(BUILT_MANS)
+CLEANFILES =
+
fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la
if USEDOCBOOK
@@ -59,10 +61,7 @@ ${man_MANS}: ${SGML}
all-local: $(man_MANS)
-clean-local:
- $(RM) $(man_MANS)
-
+CLEANFILES += ${man_MANS}
else
all-local:
-clean-local:
endif