From f4932d170dd8ebcb0c1bfba6aa70261f0aa29a45 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 4 Oct 2010 03:07:00 -0700 Subject: [PATCH] Add iPhonePrivate.h to makefile dependencies. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2