diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-10-26 14:31:23 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-10-26 14:31:23 +0900 |
commit | 038aa930ae2c3b7972eefe334917e7222fe478ec (patch) | |
tree | 78f2a4d7242e37850767386ab0154d0e8ae116f0 /fc-cache | |
parent | 73ab254336100c5971e3a1e14b73222efd0e9822 (diff) |
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.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am index 8f455c8e..61f5019f 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 |