Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk make pkg-config files be cleaned by "make clean"
details: https://anonhg.NetBSD.org/src/rev/f9bc0af10cde
branches: trunk
changeset: 328321:f9bc0af10cde
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 31 01:59:36 2014 +0000
description:
make pkg-config files be cleaned by "make clean"
diffstat:
share/mk/bsd.x11.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4041bdc2f56f -r f9bc0af10cde share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk Mon Mar 31 01:49:04 2014 +0000
+++ b/share/mk/bsd.x11.mk Mon Mar 31 01:59:36 2014 +0000
@@ -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 <bsd.init.mk>
@@ -246,7 +246,7 @@
# 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 @@
< ${.IMPSRC} > ${.TARGET}.tmp && \
mv -f ${.TARGET}.tmp ${.TARGET}
-CLEANDIRFILES+= ${_PKGCONFIG_FILES} ${_PKGCONFIG_FILES:C/$/.tmp/}
+CLEANFILES+= ${_PKGCONFIG_FILES} ${_PKGCONFIG_FILES:C/$/.tmp/}
.endif
#
Home |
Main Index |
Thread Index |
Old Index