]> git.cameronkatri.com Git - apple_cmds.git/commitdiff
shell_cmds: Fix include
authorCameron Katri <me@cameronkatri.com>
Mon, 10 May 2021 19:02:54 +0000 (15:02 -0400)
committerCameron Katri <me@cameronkatri.com>
Mon, 10 May 2021 19:02:54 +0000 (15:02 -0400)
shell_cmds/locate/bigram/Makefile
shell_cmds/locate/code/Makefile

index 1740f30c648b0e818e6aa7b7c5b431424293a20e..2c5fc1bc5b26239f9f40ca3a43d338f6a17af94a 100644 (file)
@@ -3,6 +3,6 @@ MAN=    locate.bigram.8
 
 BINDIR=/usr/libexec
 
-CFLAGS+=-I../locate
+CFLAGS+=-I${.CURDIR}/../locate
 
 .include <bsd.prog.mk>
index 4c06f7758ed05fc38ac74e63c997eed8cbc18a40..1d3e5ea4472473977a591a67a8c554fd7788a6f8 100644 (file)
@@ -3,6 +3,6 @@ MAN=    locate.code.8
 
 BINDIR=/usr/libexec
 
-CFLAGS+=-I../locate
+CFLAGS+=-I${.CURDIR}/../locate
 
 .include <bsd.prog.mk>