diff options
Diffstat (limited to 'nptl_db/Makefile')
-rw-r--r-- | nptl_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/Makefile b/nptl_db/Makefile index 8873a0a0ee..ea721c1dcf 100644 --- a/nptl_db/Makefile +++ b/nptl_db/Makefile @@ -56,7 +56,7 @@ tests-special += $(objpfx)db-symbols.out include ../Rules $(objpfx)db-symbols.out: $(objpfx)db-symbols.v.i \ - $(common-objpfx)nptl/libpthread.so + $(common-objpfx)libc.so LC_ALL=C $(READELF) -W -s $(filter %.so,$^) | $(AWK) -f $< > $@; \ $(evaluate-test) |