]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/objc-literal-pointers/Makefile
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / objc-literal-pointers / Makefile
index c0b908146bc752c7b3ec53db270b16338288e54f..6596f83c5bfa91183c47ff6ac54d64e6ea4f41c4 100644 (file)
@@ -36,10 +36,10 @@ run: all
 
 all:
        ${CC} ${CCFLAGS} test.m -c -o test.o
-       ${OBJECTDUMP}  -no_content test.o | grep -v zero-fill-at> test.dump
+       ${OBJECTDUMP}  -no_content test.o > test.dump
 
        ${LD} -arch ${ARCH} -r test.o -keep_private_externs -o test-r.o
-       ${OBJECTDUMP}  -no_content test-r.o | grep -v zero-fill-at > test-r.dump
+       ${OBJECTDUMP}  -no_content test-r.o  > test-r.dump
 
        diff test.dump test-r.dump | ${PASS_IFF_EMPTY}