summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-11-21 21:33:41 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-11-21 21:33:41 +0000
commit759ea1982bc8e1540335f26f7d00149a01bfd7fc (patch)
tree03d85130dbd85269eae94f890abb621c22011929
parent2eb4d9d2d38cc3eb793eb11a9635b95d702fbc8c (diff)
Not an implicit source. If it's ever used except to check the dependency,
you would get bitten.
-rw-r--r--usr.bin/lex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile
index 6aa6da3a171..01f70eb2066 100644
--- a/usr.bin/lex/Makefile
+++ b/usr.bin/lex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1999/11/17 17:01:51 millert Exp $
+# $OpenBSD: Makefile,v 1.6 2001/11/21 21:33:40 espie Exp $
#
# By default, flex will be configured to generate 8-bit scanners only if the
# -8 flag is given. If you want it to always generate 8-bit scanners, add
@@ -27,7 +27,7 @@ LINKS= ${BINDIR}/lex ${BINDIR}/flex \
MLINKS= flex.1 lex.1 flex.1 flex++.1
parse.h parse.c: parse.y
- ${YACC} -d ${.IMPSRC}
+ ${YACC} -d parse.y
mv y.tab.c parse.c
mv y.tab.h parse.h