From df8a82ad6494a45a10399b1a3b6e5cf7c1db5402 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 25 Oct 2001 08:37:12 +0000 Subject: 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. --- sbin/atm/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/atm') diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 8878187..dece109 100644 --- a/sbin/atm/Makefile.inc +++ b/sbin/atm/Makefile.inc @@ -27,4 +27,4 @@ # # -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" -- cgit v1.1