summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-11-03 07:18:39 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-04 05:30:55 -0700
commitb7cc8ce298c1c30095c88a3458e97eb299dfd6e7 (patch)
treec5f20c4e5d8b20c27e6495e5fcbea585c61b7352 /makefile
parent2411bceb67b964999eabd8a33ce04d6583f123b8 (diff)
Fix makefile dependencies for MobileCydia: UICaboodle/*.h and ldid.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 52bb5db..a3c3b6f 100644
--- a/makefile
+++ b/makefile
@@ -53,9 +53,9 @@ all: MobileCydia
clean:
rm -f MobileCydia
-MobileCydia: MobileCydia.mm UICaboodle/*.mm iPhonePrivate.h
+MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm iPhonePrivate.h
$(cycc) $(filter %.mm,$^) $(flags) $(link) $(uikit)
- ldid -Slaunch.xml $@
+ ldid -Slaunch.xml $@ || { rm -f $@ && false; }
CydiaAppliance: CydiaAppliance.mm
$(cycc) $(filter %.mm,$^) $(flags) -bundle $(link) $(backrow)