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-query | |
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-query')
-rw-r--r-- | fc-query/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fc-query/Makefile.am b/fc-query/Makefile.am index f60c3630..4271252e 100644 --- a/fc-query/Makefile.am +++ b/fc-query/Makefile.am @@ -39,6 +39,8 @@ endif EXTRA_DIST=fc-query.sgml $(BUILT_MANS) +CLEANFILES = + fc_query_LDADD = ${top_builddir}/src/libfontconfig.la if USEDOCBOOK @@ -50,10 +52,7 @@ ${man_MANS}: ${SGML} all-local: $(man_MANS) -clean-local: - $(RM) $(man_MANS) - +CLEANFILES += ${man_MANS} else all-local: -clean-local: endif |