]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/dwarf-ignore/Makefile
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dwarf-ignore / Makefile
index 773e572959bb7c7c4bcd2376252e974698a8afdf..1427912169d458529a51b42b3a51ffbab099b4d2 100644 (file)
@@ -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-*