]> git.saurik.com Git - cycript.git/commitdiff
Removed obsolete file from Darwin-arm.mk.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 29 Oct 2009 00:52:09 +0000 (00:52 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 29 Oct 2009 00:52:09 +0000 (00:52 +0000)
Darwin-arm.mk

index 0802793da04a02ed5a1c0f8e2541fb4d5d62b486..abf2a4e3be32059f2d61bf459f4f96f93cfe58f8 100644 (file)
@@ -8,8 +8,7 @@ console += -framework UIKit
 depends += readline libffi mobilesubstrate sqlite3-lib
 code += Handler.o
 
-# XXX: this needs to share an exception library
-Cycript.$(dll): Connector.o Exception.o
+Cycript.$(dll): Connector.o
        $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \
            -lobjc -lapr-1 -lsubstrate \
            -framework CoreFoundation