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:
Ruslan Ermilov 2001-10-25 08:37:12 +00:00
parent f4dfe934d1
commit bd1a63798a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85473
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"