blob: 0bec63a7b6ae52cfc13ca74ab993293d067b05d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- nethack-3.4.3/util/Makefile 2004-08-21 01:09:06.724326360 +0200
+++ nethack-3.4.3.new//util/Makefile 2004-08-21 01:08:03.852884272 +0200
@@ -101,11 +101,11 @@
# yacc/lex programs to use to generate *_comp.h, *_lex.c, and *_yacc.c.
# if, instead of yacc/lex you have bison/flex, comment/uncomment the following.
-YACC = yacc
-LEX = lex
-# YACC = bison -y
+#YACC = yacc
+#LEX = lex
+ YACC = bison -y
# YACC = byacc
-# LEX = flex
+ LEX = flex
# these are the names of the output files from YACC/LEX. Under MS-DOS
# and similar systems, they may differ
|