]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/sectcreate-dead_strip/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / sectcreate-dead_strip / Makefile
index 5b1f246bd7463be8dcc21c6980e5b50d5b99bc59..08613eda8be8cf6e7555500d4584c5165fa2870c 100644 (file)
@@ -32,8 +32,8 @@ run: all
 
 all:
        ${CC} ${CCFLAGS} main.c -o main -sectcreate __MYSEG __mysect sect_content -dead_strip
-       size -l main | grep __MYSEG | ${FAIL_IF_EMPTY}
-       size -l main | grep __mysect | ${FAIL_IF_EMPTY}
+       size -m -l main | grep __MYSEG | ${FAIL_IF_EMPTY}
+       size -m -l main | grep __mysect | ${FAIL_IF_EMPTY}
        ${PASS_IFF_GOOD_MACHO} main
 
 clean: