]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/stabs-directory-slash/Makefile
ld64-134.9.tar.gz
[apple/ld64.git] / unit-tests / test-cases / stabs-directory-slash / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 5318933..cd857b9
@@ -31,9 +31,9 @@ include ${TESTROOT}/include/common.makefile
 run: all
 
 all: 
-       $(CXX) -gstabs+ main.c -o outfile
+       $(CC) -gstabs+ main.c -o outfile
        ${FAIL_IF_BAD_MACHO} outfile
-       nm -ap outfile | ${PASS_IFF} grep '.*\<SO\>.*test-cases.*/$$'
+       nm -ap outfile | grep '.*\<SO\>.*test-cases.*/$$' | ${PASS_IFF_STDIN}
 
 clean:
-       rm outfile* 
+       rm -rf outfile*