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
commitd066c9bb9a245d24c9889ac7323b93ee18f645f3 (patch)
tree194dedea3f8b7615897a7e7a8141628143244d14 /Makefile
parente6384805f902bf357d6f551d9c3323a9f2992950 (diff)
downloadpkgsrc-d066c9bb9a245d24c9889ac7323b93ee18f645f3.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..."