summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2012-06-01 05:26:34 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2012-06-01 05:28:22 +0000
commit43318ffe18750983058829ee0224d7328a5252a8 (patch)
tree202c8f5955a5f098d46b252b37a77a47bef0391d /makefile
parenta4ccf03b126d08d4135f6c7d619e4ff25f7abb41 (diff)
Use SBSOpenSensitiveURLAndUnlock (comex, chpwn).
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 1f4fa7b..df1bbf6 100644
--- a/makefile
+++ b/makefile
@@ -17,15 +17,15 @@ uishoot := -framework CoreFoundation -framework Foundation -framework UIKit
%: %.mm
$${PKG_TARG}-g++ -Wall -Werror -o $@ $< $($@) -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
- ldid -S $@
+ ldid -S$(wildcard $@.xml) $@
%: %.c
$${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
- ldid -S $@
+ ldid -S$(wildcard $@.xml) $@
iomfsetgamma: iomfsetgamma.c
$${PKG_TARG}-gcc -Wall -Werror -o $@ $< -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -framework IOKit -framework IOMobileFramebuffer
- ldid -S $@
+ ldid -S$(wildcard $@.xml) $@
package: all
rm -rf _