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:
ru 2001-10-25 08:37:12 +00:00
parent 8032e073fb
commit df8a82ad64
4 changed files with 4 additions and 4 deletions

View File

@ -27,4 +27,4 @@
#
#
.include "${.CURDIR}/../../Makefile.inc"
.include "../Makefile.inc"

View File

@ -1,3 +1,3 @@
# $FreeBSD$
.include "${.CURDIR}/../../Makefile.inc"
.include "../Makefile.inc"

View File

@ -1,3 +1,3 @@
# $FreeBSD$
.include "${.CURDIR}/../../Makefile.inc"
.include "../Makefile.inc"

View File

@ -1,3 +1,3 @@
# $FreeBSD$
.include "../../Makefile.inc"
.include "../Makefile.inc"