From 7d41e1c30fa8dc39e87c128b3b8289cca9778b83 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 15 Jun 2013 00:37:03 -0700 Subject: [PATCH] Fix support for Bison >>2.3 by capitalizing path. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6387819..e97813f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ cycript_LDADD = libcycript.la ldid = true entitle = $(ldid) -Scycript.xml -filters = $(shell $(bison) <(echo '%code{}%%_:') -o/dev/null 2>/dev/null && echo Bison24 || echo Bison23) +filters = $(shell $(BISON) <(echo '%code{}%%_:') -o/dev/null 2>/dev/null && echo Bison24 || echo Bison23) if CY_EXECUTE libcycript_la_SOURCES += sig/ffi_type.cpp sig/parse.cpp sig/copy.cpp -- 2.49.0