]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/slow-x86-stubs/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / slow-x86-stubs / Makefile
index e9c09c437b274b44402739a7419bbc772344453f..9bd440539d434ea4adcd950fd10404e9fee24479 100644 (file)
@@ -33,9 +33,9 @@ run: all
 
 all:
        ${CC} ${CCFLAGS} hello.c -o hello
-       size -l hello | grep __IMPORT | ${FAIL_IF_STDIN} 
+       size -m -l hello | grep __IMPORT | ${FAIL_IF_STDIN} 
        ${CC} ${CCFLAGS} hello.c -dynamiclib -o libhello.dylib 
-       size -l libhello.dylib | grep __IMPORT | ${FAIL_IF_STDIN}
+       size -m -l libhello.dylib | grep __IMPORT | ${FAIL_IF_STDIN}
        ${PASS_IFF_GOOD_MACHO} hello
 
 clean: