X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/a61fdf0a731e23ff7eb0cc86ba748fd9af5de879..ec29ba20dfd4abc0cb74366b39dda06af136e073:/unit-tests/test-cases/exported_symbols_list-eol/Makefile diff --git a/unit-tests/test-cases/exported_symbols_list-eol/Makefile b/unit-tests/test-cases/exported_symbols_list-eol/Makefile index 25a50b4..6c9456e 100644 --- a/unit-tests/test-cases/exported_symbols_list-eol/Makefile +++ b/unit-tests/test-cases/exported_symbols_list-eol/Makefile @@ -1,5 +1,5 @@ ## -# Copyright (c) 2007 Apple Inc. All rights reserved. +# Copyright (c) 2007-2008 Apple Inc. All rights reserved. # # @APPLE_LICENSE_HEADER_START@ # @@ -33,7 +33,7 @@ run: all all: ${CC} ${CCFLAGS} test.c -dynamiclib -exported_symbols_list test.exp -o libtest.dylib - nm -jg libtest.dylib | grep _ > test.nm + nm -jg libtest.dylib | grep '^_' > test.nm diff test.nm expected.nm ${PASS_IFF_GOOD_MACHO} libtest.dylib