summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-11-21 21:41:03 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-11-21 21:41:03 +0000
commit5e57ce5bcd324cb10ef5c72998b78070e3799d77 (patch)
tree8fdd6f8ebc52159f9e2bd743787973e62e834d90
parentc63441fe17dedf59cb26a9baf203fc080c7c22cb (diff)
Fix the fix. Thanks obj/
-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 01f70eb2066..f87f388d776 100644
--- a/usr.bin/lex/Makefile
+++ b/usr.bin/lex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2001/11/21 21:33:40 espie Exp $
+# $OpenBSD: Makefile,v 1.7 2001/11/21 21:41:02 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 parse.y
+ ${YACC} -d ${.ALLSRC}
mv y.tab.c parse.c
mv y.tab.h parse.h