From: Jay Freeman (saurik) Date: Mon, 4 Oct 2010 10:07:00 +0000 (-0700) Subject: Add iPhonePrivate.h to makefile dependencies. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8675cad4086ac01f97549faab7d6c361b05128d3 Add iPhonePrivate.h to makefile dependencies. --- diff --git a/makefile b/makefile index dcd482a9..9236ff6f 100644 --- a/makefile +++ b/makefile @@ -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