X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/a645023da60d22e86be13f7b4d97adeff8bc6665..0a8dc3df050bd5c0a70486b9ebdb9dccce439f3e:/unit-tests/test-cases/sectcreate-dead_strip/Makefile diff --git a/unit-tests/test-cases/sectcreate-dead_strip/Makefile b/unit-tests/test-cases/sectcreate-dead_strip/Makefile index 5b1f246..08613ed 100644 --- a/unit-tests/test-cases/sectcreate-dead_strip/Makefile +++ b/unit-tests/test-cases/sectcreate-dead_strip/Makefile @@ -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: