summaryrefslogtreecommitdiff
path: root/mk/apachever.mk
diff options
context:
space:
mode:
authordsl <dsl@pkgsrc.org>2007-10-13 11:04:15 +0000
committerdsl <dsl@pkgsrc.org>2007-10-13 11:04:15 +0000
commitd24555b9566ee02d84ba1922350235b402515c7f (patch)
tree63343dc34903d1fb65ed820cc0ce4a8a3a2ec0ce /mk/apachever.mk
parentd80f116517e16381340d12175c78b747eb6c2dec (diff)
downloadpkgsrc-d24555b9566ee02d84ba1922350235b402515c7f.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/apachever.mk')
-rw-r--r--mk/apachever.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/apachever.mk b/mk/apachever.mk
index c9ac4a668dd..0d8e959cada 100644
--- a/mk/apachever.mk
+++ b/mk/apachever.mk
@@ -1,5 +1,5 @@
-# $NetBSD: apachever.mk,v 1.3 2007/09/29 15:58:16 rillig Exp $
+# $NetBSD: apachever.mk,v 1.4 2007/10/13 11:04:15 dsl Exp $
#
# This file is obsolete. It will be removed after branching 2007Q4.
#
-.include "${.PARSEDIR}/apache.mk"
+.include "apache.mk"