diff options
author | Jim Blandy <jimb@codesourcery.com> | 2012-10-21 22:38:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-21 22:38:34 +0000 |
commit | aba759841b71e7c84218111713303180a389062e (patch) | |
tree | 2fe2d0800e8f7ed54353b69bc9c8e0c89d8888ea /nptl/Makefile | |
parent | 88d4247f1950ddcc23130b2881183b6b4cc3f9a3 (diff) | |
download | glibc-aba759841b71e7c84218111713303180a389062e.tar.gz glibc-aba759841b71e7c84218111713303180a389062e.tar.xz glibc-aba759841b71e7c84218111713303180a389062e.zip |
Use $(NM) not nm in tst-cancel-wrappers.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 184057b572..bc563f8969 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -587,7 +587,8 @@ ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) tests: $(objpfx)tst-cancel-wrappers.out $(objpfx)tst-cancel-wrappers.out: tst-cancel-wrappers.sh - $(SHELL) $< $(common-objpfx)libc_pic.a \ + $(SHELL) $< '$(NM)' \ + $(common-objpfx)libc_pic.a \ $(common-objpfx)libc.a \ $(objpfx)libpthread_pic.a \ $(objpfx)libpthread.a > $@ |