diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-17 15:54:03 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-17 15:54:03 -0700 |
commit | 10ff766486cd8cf207f20ceeb0c952806741a48a (patch) | |
tree | e6162ac9d553f640a3d8cc8740a0f81d78c27fae /makefile | |
parent | 2587a89dd030beca3ea2733e34342e5ee54c9896 (diff) |
Remove obsolete .PHONY: sign.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,4 +200,4 @@ $(lproj_deb): $(shell find MobileCydia.app -name '*.strings') cydia-lproj.contro package: debs/cydia_$(version)_iphoneos-arm.deb $(lproj_deb) -.PHONY: all clean package sign +.PHONY: all clean package |