]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/order_file/Makefile
ld64-133.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / order_file / Makefile
index 1aec6f13ff0797c056464327a1784f0abb5ba341..3e887638055eab6e9598ed90241616c2d28c8699 100644 (file)
@@ -51,7 +51,7 @@ all:
 
        ${CC} ${CCFLAGS} main.c extra.s -DSUBSECTIONS=1 -o main4 -Wl,-order_file -Wl,main4.order 
        ${FAIL_IF_BAD_MACHO} main4
-       nm -n -g -j main4 | nm -njg main4 | egrep '*[1-9]' > main4.nm
+       nm -n -g -j main4 | egrep '_[a-zA-Z]+[1-9]' > main4.nm
        ${PASS_IFF} diff main4.nm main4.expected