]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/utf16-nul/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / utf16-nul / Makefile
index 3d845e5731814d1148432262de6af4228f951fdf..b032fae698fbbec42f2826af1fc6df9713c35ea2 100644 (file)
@@ -34,7 +34,7 @@ all:
        ${CC} ${CCFLAGS} withnul.s -c -o withnul.o
        ${CC} ${CCFLAGS} other.s -c -o other.o
        ${LD} -r -arch ${ARCH} withnul.o other.o -o all.o
-       size -l all.o | grep "__ustring): 44" | ${PASS_IFF_STDIN}
+       size -m -l all.o | grep "__ustring): 44" | ${PASS_IFF_STDIN}
        
 
 clean: