summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-01-08 11:08:20 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-01-08 11:08:20 +0000
commita4e5fd57aca6e93b8f455a129ed62b33e97927d1 (patch)
tree50f0d9d028fda8abff0732426eaf55b687e78ac9
parentbedbd47e6a2e264e831d37bed07974e0f151a433 (diff)
Notes
-rw-r--r--usr.bin/colldef/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index b543a255d07e..d200567f685a 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -5,7 +5,8 @@ SRCS= parse.y scan.l y.tab.h
WARNS?= 2
NO_WERROR=yes
LFLAGS= -8 -i
-CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT
+CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
+CFLAGS+=-DCOLLATE_DEBUG -DYY_NO_UNPUT
LDADD= -ll
DPADD= ${LIBL}