summaryrefslogtreecommitdiff
path: root/mk/pkg-build-options.mk
diff options
context:
space:
mode:
authordsl <dsl>2007-10-13 11:04:15 +0000
committerdsl <dsl>2007-10-13 11:04:15 +0000
commit4e45644385db572a7d11a4a136d73c689f435d0d (patch)
tree63343dc34903d1fb65ed820cc0ce4a8a3a2ec0ce /mk/pkg-build-options.mk
parenteebe8bf3b70238a708e826def91ee8fc98551dc8 (diff)
downloadpkgsrc-4e45644385db572a7d11a4a136d73c689f435d0d.tar.gz
Fix the .include lines so that make looks in the right place first.
Remember .include "foo.mk" is looked for (first) in the directory that contains the makefile being processed (like in C), so remove all the ${.PARSEDIR} and ../ sequences that just cause grief.
Diffstat (limited to 'mk/pkg-build-options.mk')
-rw-r--r--mk/pkg-build-options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkg-build-options.mk b/mk/pkg-build-options.mk
index 94b26d55f91..f4ebf9cefd6 100644
--- a/mk/pkg-build-options.mk
+++ b/mk/pkg-build-options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-build-options.mk,v 1.6 2007/10/01 22:32:45 rillig Exp $
+# $NetBSD: pkg-build-options.mk,v 1.7 2007/10/13 11:04:17 dsl Exp $
#
# This procedure determines the PKG_OPTIONS that have been in effect
# when the package ${pkgbase} has been built. When the package is not
@@ -19,7 +19,7 @@
# Keywords: options pkg-build-options PKG_BUILD_OPTIONS
#
-.include "${.PARSEDIR}/bsd.fast.prefs.mk"
+.include "bsd.fast.prefs.mk"
.if defined(BUILDLINK_DEPTH) && !empty(BUILDLINK_DEPTH)
. for b in ${pkgbase}