From b7cc8ce298c1c30095c88a3458e97eb299dfd6e7 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 3 Nov 2010 07:18:39 -0700 Subject: [PATCH] Fix makefile dependencies for MobileCydia: UICaboodle/*.h and ldid. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2