]> git.saurik.com Git - cydia.git/blobdiff - makefile
Store backup symbols in bins/.
[cydia.git] / makefile
index 5c5690faf72cdb27e6c48dc4f37d7be40811566a..abc07de6b7166f5a0408aef17f91bc0b7ed91318 100644 (file)
--- a/makefile
+++ b/makefile
@@ -121,7 +121,7 @@ sysroot: sysroot.sh
 MobileCydia: sysroot $(object)
        @echo "[link] $(object:Objects/%=%)"
        @$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit)
-       @cp -a $@ $@-$(version)
+       @cp -a $@ bins/$@-$(version)
        @echo "[strp] $@"
        @strip -no_uuid $@
        @echo "[sign] $@"