X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/d696c285d331ab577dcabd00419d8c30336673da..HEAD:/unit-tests/test-cases/dwarf-ignore/Makefile diff --git a/unit-tests/test-cases/dwarf-ignore/Makefile b/unit-tests/test-cases/dwarf-ignore/Makefile index 773e572..1427912 100644 --- a/unit-tests/test-cases/dwarf-ignore/Makefile +++ b/unit-tests/test-cases/dwarf-ignore/Makefile @@ -33,9 +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-${ARCH} - - + rm -rf dwarf-hello-*