aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcomex2015-01-29 18:11:44 -0500
committercomex2015-01-29 18:11:44 -0500
commitca313c27fc9798e4e297aae4a93a1b8675d5794a (patch)
tree7a42f45594fb3c67d86a307e50fd1cbf8a7a6bff /Makefile
parentadd SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ... (diff)
downloadsubstitute-ca313c27fc9798e4e297aae4a93a1b8675d5794a.tar.gz
"Fix" broken launchd injection stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9a11bcb..7dcc20a 100644
--- a/Makefile
+++ b/Makefile
@@ -173,15 +173,15 @@ all: safety-dance
out/posixspawn-hook.dylib: ios-bootstrap/posixspawn-hook.c out/libsubstitute.dylib
$(CC) -dynamiclib -o $@ $< -Lout -lsubstitute
-out/generic-dyld-inserted.dylib: ios-bootstrap/generic-dyld-inserted.m out/libsubstitute.dylib
+out/bundle-loader.dylib: ios-bootstrap/bundle-loader.m out/libsubstitute.dylib
$(CC) -dynamiclib -o $@ $< -Lout -lsubstitute
-out/unrestrict-me: ios-bootstrap/unrestrict-me.c out/libsubstitute.dylib
+out/unrestrict: ios-bootstrap/unrestrict.c out/libsubstitute.dylib
$(CC) -o $@ $< -Lout -lsubstitute
ldid -Sent.plist $@
out/inject-into-launchd: ios-bootstrap/inject-into-launchd.c out/libsubstitute.dylib
$(CC) -o $@ $< -Lout -lsubstitute -framework IOKit -framework CoreFoundation
ldid -Sent.plist $@
-all: out/posixspawn-hook.dylib out/generic-dyld-inserted.dylib out/unrestrict-me out/inject-into-launchd
+all: out/posixspawn-hook.dylib out/bundle-loader.dylib out/unrestrict out/inject-into-launchd
endif