]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/dwarf-ignore/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dwarf-ignore / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 94b026c..1427912
@@ -33,7 +33,7 @@ run: all
 all:
        ${CC} ${CCFLAGS} -gdwarf-2 hello.c -o dwarf-hello-${ARCH}
        ${FAIL_IF_BAD_MACHO} dwarf-hello-${ARCH}
-       size -l dwarf-hello-${ARCH} | grep __DWARF | ${PASS_IFF_EMPTY}
+       size -m -l dwarf-hello-${ARCH} | grep __DWARF | ${PASS_IFF_EMPTY}
 
 clean:
        rm -rf dwarf-hello-*