From aba759841b71e7c84218111713303180a389062e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 21 Oct 2012 22:38:34 +0000 Subject: Use $(NM) not nm in tst-cancel-wrappers. --- nptl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/Makefile') 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 > $@ -- cgit v1.2.3