OSDN Git Service

Fix a problem with Linux where yacc is *really* bison -y
authorMarc G. Fournier <scrappy@hub.org>
Wed, 16 Apr 1997 14:13:51 +0000 (14:13 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 16 Apr 1997 14:13:51 +0000 (14:13 +0000)
src/template/linux
src/template/linux-elf

index aa28a31..74d4d0a 100644 (file)
@@ -7,4 +7,4 @@ SRCH_LIB:
 USE_LOCALE:no
 DLSUFFIX:.so
 YFLAGS:-d
-YACC:
+YACC: bison -y
index 8c73a9c..ca8259e 100644 (file)
@@ -7,4 +7,4 @@ SRCH_LIB:
 USE_LOCALE:no
 DLSUFFIX:.o
 YFLAGS:-d
-YACC:
+YACC: bison -y