From: Jay Freeman (saurik) <saurik@saurik.com>
Date: Wed, 12 Jun 2013 19:27:41 +0000 (-0700)
Subject: Remove a couple obsolete rules from the makefile.
X-Git-Tag: v0.9.500%b1~108
X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/e941cc7de72812f4a8820de88181591ec25d56bd

Remove a couple obsolete rules from the makefile.
---

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 <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 $@ $<