X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/4c2a7d11a3bc74b04978bc50444c676832f49bb6..66f8d960ff1458e5c632d9853232daa2c0c5c768:/makefile diff --git a/makefile b/makefile index 7711fbd..42ba7d6 100644 --- a/makefile +++ b/makefile @@ -50,7 +50,6 @@ uname_m ?= $(shell uname -m) -include $(uname_s).mk -include $(uname_s)-$(uname_p).mk --include $(uname_s)-$(uname_m).mk ifneq ($(shell pkg-config libffi --modversion 2>/dev/null),) flags += $(shell pkg-config --cflags libffi) @@ -122,7 +121,7 @@ Cycript.tab.cc Cycript.tab.hh location.hh position.hh: Cycript.yy bison -v --report=state $< lex.cy.c: Cycript.l - flex $< + flex -t $< | sed -e 's/int yyl;/yy_size_t yyl;/;s/int yyleng_r;/yy_size_t yyleng_r;/' >$@ #Parser.hpp: Parser.py Parser.dat # ./Parser.py $@