X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/2a0ed0a31db9961dcb7c87964091b22401c4d69b..0a8dc3df050bd5c0a70486b9ebdb9dccce439f3e:/unit-tests/test-cases/slow-x86-stubs/Makefile diff --git a/unit-tests/test-cases/slow-x86-stubs/Makefile b/unit-tests/test-cases/slow-x86-stubs/Makefile index e9c09c4..9bd4405 100644 --- a/unit-tests/test-cases/slow-x86-stubs/Makefile +++ b/unit-tests/test-cases/slow-x86-stubs/Makefile @@ -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: