]> git.saurik.com Git - cycript.git/blobdiff - makefile
Fixed a NULL-pointer dereference on anonymous structures.
[cycript.git] / makefile
index 0e33e07f74b3892b614130363a01ff9f8654a5d0..efcb4eb658cfce99be34fcc1481c3a14f5992d02 100644 (file)
--- a/makefile
+++ b/makefile
@@ -83,7 +83,7 @@ endif
 endif
 
 control: control.tmp
-       [[ -e control ]] && diff control control.tmp &>/dev/null || cp -af control.tmp control
+       [[ -e control ]] && diff control control.tmp &>/dev/null || cp -pRf control.tmp control
 
 $(deb): $(all) control
        rm -rf package