From 40f1a24e2df9939943c4b4db3826048a5080b0db Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 31 Mar 2014 01:59:36 +0000 Subject: [PATCH] make pkg-config files be cleaned by "make clean" --- share/mk/bsd.x11.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/mk/bsd.x11.mk b/share/mk/bsd.x11.mk index 599c0b202150..5c529f788842 100644 --- a/share/mk/bsd.x11.mk +++ b/share/mk/bsd.x11.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.x11.mk,v 1.111 2014/03/23 20:40:18 mrg Exp $ +# $NetBSD: bsd.x11.mk,v 1.112 2014/03/31 01:59:36 mrg Exp $ .include @@ -246,7 +246,7 @@ pkgconfig-install: ${_PKGDEST.${_pkg}} # Add a dependancy on the configure file if it exists; this way we # will rebuild the .pc file if the version in configure changes. .if exists(${PKGDIST.${_pkg}}/configure) -${_pkg}.pc: ${PKGDIST.${_pkg}}/configure +${_pkg}.pc: ${PKGDIST.${_pkg}}/configure Makefile .endif .endfor # } @@ -357,7 +357,7 @@ ${_pkg}.pc: ${PKGDIST.${_pkg}}/configure < ${.IMPSRC} > ${.TARGET}.tmp && \ mv -f ${.TARGET}.tmp ${.TARGET} -CLEANDIRFILES+= ${_PKGCONFIG_FILES} ${_PKGCONFIG_FILES:C/$/.tmp/} +CLEANFILES+= ${_PKGCONFIG_FILES} ${_PKGCONFIG_FILES:C/$/.tmp/} .endif #