aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/colldef/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-01-08 08:13:23 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-01-08 08:13:23 +0000
commite2bac28d84ef2c9bbefbacc9bdfd67a777cfda54 (patch)
tree61fb0a24a49b823071cdb4b6f6fa193036d0d939 /usr.bin/colldef/Makefile
parent5b48f71694fc3985a1bfc2fa3d10a7158eccb548 (diff)
Notes
Diffstat (limited to 'usr.bin/colldef/Makefile')
-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 4bf49fcaa694..b543a255d07e 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}