summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-02-28 06:04:13 +0000
committergrant <grant>2004-02-28 06:04:13 +0000
commit4e3da437fd7375af9c5b37039801fe4c246514c1 (patch)
tree194dedea3f8b7615897a7e7a8141628143244d14 /Makefile
parent21dbdfc4b77bccbac62923c1e0e3fe7bef1bcc8d (diff)
downloadpkgsrc-4e3da437fd7375af9c5b37039801fe4c246514c1.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..."