diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:07:00 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:07:00 -0700 |
commit | f4932d170dd8ebcb0c1bfba6aa70261f0aa29a45 (patch) | |
tree | a5cbb4bf8453f3dac51b5ed04e700e851234076a | |
parent | 7e2bd591297679ef77fcfe6c380b3fca5aaf71f5 (diff) |
Add iPhonePrivate.h to makefile dependencies.
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ all: Cydia clean: rm -f Cydia -Cydia: Cydia.mm Reachability.mm UICaboodle/*.mm +Cydia: Cydia.mm Reachability.mm UICaboodle/*.mm iPhonePrivate.h cycc -r4.2 -i$(ios) -o$@ -- $(filter %.mm,$^) $(flags) $(link) package: Cydia |