diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-04-05 16:05:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-04-05 16:05:35 +0000 |
commit | ed2dbf22eb90a589c7a3f912ef5ec7935125515b (patch) | |
tree | 23284f01fd2a15ea1b0e577f5759a931fc20d82e /lib | |
parent | 8becb5e9370879ed70d5b04c909a2251a837f49b (diff) |
Make cleandir also remove the built 'fonts.conf' file.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fontconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/Makefile b/lib/fontconfig/Makefile index d33a01b62..43aee3dfe 100644 --- a/lib/fontconfig/Makefile +++ b/lib/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2015/03/31 09:42:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2015/04/05 16:05:34 matthieu Exp $ FONTCONFIG = ${.CURDIR}/../../dist/fontconfig FC_DEFAULT_FONTS = ${X11BASE}/lib/X11/fonts @@ -29,7 +29,7 @@ fonts.conf: ${FONTCONFIG}/fonts.conf.in -e s,@FC_CACHEDIR@,${FC_CACHEDIR}, \ < ${FONTCONFIG}/fonts.conf.in > $@ -clean: _SUBDIRUSE +cleandir clean: _SUBDIRUSE rm -f fonts.conf .include <bsd.subdir.mk> |