The directory of the makefile that's including the file is tried first.
See section 3.2 of "PMake - A Tutorial" in /usr/share/doc/psd/12.make.
This commit is contained in:
parent
f4dfe934d1
commit
bd1a63798a
@ -27,4 +27,4 @@
|
||||
#
|
||||
#
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user