]> git.saurik.com Git - cycript.git/blobdiff - makefile
Ported things mentioned in DOUG comments.
[cycript.git] / makefile
index 1de908ece886f34e0c0f7cdfa77136a6e7a9ac46..3df44501251d5efe4129c4384f25d1693eb59263 100644 (file)
--- a/makefile
+++ b/makefile
@@ -161,11 +161,9 @@ test: $(deb)
 install: cycript $(lib)cycript.$(dll)
        sudo cp -p cycript /usr/bin
        sudo cp -p $(lib)cycript.$(dll) /usr/lib
-       # DOUG: this needs to be ported to GNUmakefile
        sudo chgrp procmod /usr/bin/cycript
        sudo chmod g+s /usr/bin/cycript
 
-# DOUG: this needs to be ported to GNUmakefile
 uninstall:
        sudo rm -f /usr/bin/cycript /usr/lib/libcycript.dylib