]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dladdr-stripped/Makefile
dyld-239.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dladdr-stripped / Makefile
index a3ac2a460e0040e1938230866335eb7508606011..2e537bd41983c3de20ce3779be4a1ef5adb2e2e3 100644 (file)
@@ -30,7 +30,7 @@ check:
 
 all:
        ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c 
-       strip main
+       ${STRIP} main
        
 
 clean: