]> git.saurik.com Git - cycript.git/commitdiff
Remove a couple obsolete rules from the makefile.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 12 Jun 2013 19:27:41 +0000 (12:27 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 12 Jun 2013 19:27:41 +0000 (12:27 -0700)
GNUmakefile.in

index e2c6f7152c9a054f9350e174980b71db62694b79..fd532830b1ce98c8eb0098b90ea8ece60b5cfe04 100644 (file)
@@ -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 <Parser.dat >$@
-
 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 $@ $<