From: Jay Freeman (saurik) Date: Wed, 3 Nov 2010 14:18:39 +0000 (-0700) Subject: Fix makefile dependencies for MobileCydia: UICaboodle/*.h and ldid. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/c1cb3a17d0d943482037f30dd0fd0e72eb460d1f?ds=inline Fix makefile dependencies for MobileCydia: UICaboodle/*.h and ldid. --- diff --git a/makefile b/makefile index 52bb5db5..a3c3b6f0 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)