summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/colldef/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index 4bf49fc..b543a25 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -5,7 +5,7 @@ SRCS= parse.y scan.l y.tab.h
WARNS?= 2
NO_WERROR=yes
LFLAGS= -8 -i
-CFLAGS+=-I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT
+CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT
LDADD= -ll
DPADD= ${LIBL}
OpenPOWER on IntegriCloud