summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
commit3aec76f035865d47bf52471aecdc000518a7d857 (patch)
treebfa6b6b55bcc96368e3e62dae19de181e5d0225d /usr.bin/colldef
parent81eaf1c5874fd3b8b14321ec439cbaf24c2c4474 (diff)
downloadFreeBSD-src-3aec76f035865d47bf52471aecdc000518a7d857.zip
FreeBSD-src-3aec76f035865d47bf52471aecdc000518a7d857.tar.gz
Don't generate input() since it's not used.
Diffstat (limited to 'usr.bin/colldef')
-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 5f62bc5..c028e4a 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -4,7 +4,7 @@ PROG= colldef
SRCS= parse.y scan.l y.tab.h
LFLAGS= -8 -i
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
-CFLAGS+=-DCOLLATE_DEBUG -DYY_NO_UNPUT
+CFLAGS+=-DCOLLATE_DEBUG -DYY_NO_UNPUT -DYY_NO_INPUT
LDADD= -ll
DPADD= ${LIBL}
OpenPOWER on IntegriCloud