From e941cc7de72812f4a8820de88181591ec25d56bd Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 12 Jun 2013 12:27:41 -0700 Subject: [PATCH] Remove a couple obsolete rules from the makefile. --- GNUmakefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index e2c6f71..fd53283 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -210,15 +210,9 @@ Cycript.tab.cc Cycript.tab.hh location.hh position.hh: Cycript.yy lex.cy.cpp: Cycript.l $(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 $@ - Cycript.tab.lo: Cycript.tab.cc $(header) $(libtool) --mode=compile $(cxx) $(cflags) -c -o $@ $< -lex.cy.lo: lex.cy.cpp $(header) - $(libtool) --mode=compile $(cxx) $(cflags) -c -o $@ $< - %.lo: %.cpp $(header) $(libtool) --mode=compile $(cxx) $(cflags) -c -o $@ $< -- 2.50.0