From: Jay Freeman (saurik) Date: Mon, 4 Oct 2010 10:07:00 +0000 (-0700) Subject: Add iPhonePrivate.h to makefile dependencies. X-Git-Tag: v1.0.3366~130 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/f4932d170dd8ebcb0c1bfba6aa70261f0aa29a45?ds=inline;hp=--cc Add iPhonePrivate.h to makefile dependencies. --- f4932d170dd8ebcb0c1bfba6aa70261f0aa29a45 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