about summary refs log tree commit diff
path: root/nptl_db/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nptl_db/Makefile')
-rw-r--r--nptl_db/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl_db/Makefile b/nptl_db/Makefile
index 93aad1909b..5d20dd5427 100644
--- a/nptl_db/Makefile
+++ b/nptl_db/Makefile
@@ -54,6 +54,7 @@ include ../Rules
 tests: $(objpfx)db-symbols.out
 $(objpfx)db-symbols.out: $(objpfx)db-symbols.v.i \
 			 $(common-objpfx)nptl/libpthread.so
-	LC_ALL=C $(READELF) -W -s $(filter %.so,$^) | $(AWK) -f $< > $@
+	LC_ALL=C $(READELF) -W -s $(filter %.so,$^) | $(AWK) -f $< > $@; \
+	$(evaluate-test)
 
 $(objpfx)db-symbols.v.i: db-symbols.awk