]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/align-modulus/Makefile
ld64-264.3.101.tar.gz
[apple/ld64.git] / unit-tests / test-cases / align-modulus / Makefile
index bf79c29f3f6c23fa79eb48b3af240604ae54fafe..6b6a50f431c4558810874ec51823081355ab318e 100644 (file)
@@ -33,11 +33,8 @@ run: all
 
 all:
        ${CC} ${ASMFLAGS} -dynamiclib -single_module -dead_strip foo.c align.s  -exported_symbols_list foo.exp -o foo.${ARCH}.dylib
+       ${FAIL_IF_BAD_MACHO} foo.${ARCH}.dylib
        nm foo.${ARCH}.dylib | grep "3 d _b" | ${PASS_IFF_STDIN}
 
-
 clean:
-       rm -rf foo.${ARCH}.dylib 
-       
-       
-
+       rm -rf *.dylib