aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/locate/bigram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/locate/bigram/Makefile')
-rw-r--r--shell_cmds/locate/bigram/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_cmds/locate/bigram/Makefile b/shell_cmds/locate/bigram/Makefile
index 1740f30..2c5fc1b 100644
--- a/shell_cmds/locate/bigram/Makefile
+++ b/shell_cmds/locate/bigram/Makefile
@@ -3,6 +3,6 @@ MAN= locate.bigram.8
BINDIR=/usr/libexec
-CFLAGS+=-I../locate
+CFLAGS+=-I${.CURDIR}/../locate
.include <bsd.prog.mk>