summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-28 06:04:13 +0000
committergrant <grant@pkgsrc.org>2004-02-28 06:04:13 +0000
commitd3e0f200c3392eddb257a349f3bc2ab86815ad98 (patch)
tree194dedea3f8b7615897a7e7a8141628143244d14 /Makefile
parent8d9f0e6fcc900d8adfa235f4de4fa0a012570a54 (diff)
downloadpkgsrc-d3e0f200c3392eddb257a349f3bc2ab86815ad98.tar.gz
make PKGDB target .PHONY, so it is always rebuilt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40d2ff64faf..0a6b5967fa4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2004/02/28 06:03:22 grant Exp $
+# $NetBSD: Makefile,v 1.63 2004/02/28 06:04:13 grant Exp $
#
.include "mk/bsd.prefs.mk"
@@ -103,6 +103,7 @@ README.html: .PRECIOUS
_PKGSRCDIR=${.CURDIR}
.endif
+.PHONY: ${.CURDIR}/PKGDB
${.CURDIR}/PKGDB:
@${RM} -f ${.CURDIR}/PKGDB
@${ECHO_MSG} "Extracting complete dependency database. This may take a while..."