Fix missing test dependency

Message ID 8737fxx3m5.fsf@linux-m68k.org
State Committed
Commit 4283b387253eb68647bd4c91f9d6ac615982919f
Headers

Commit Message

Andreas Schwab Feb. 1, 2017, 4:44 p.m. UTC
  This adds the missing definition for linknamespace-libs variable so that
the tests are actually rerun when the libraries change.  Installed as
obvious.

Andreas.

	* conform/Makefile (linknamespace-libs): Define.
  

Patch

diff --git a/conform/Makefile b/conform/Makefile
index 2743071345..b393641e5d 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -226,6 +226,8 @@  linknamespace-libs-UNIX98 = $(linknamespace-libs-xsi)
 linknamespace-libs-XOPEN2K = $(linknamespace-libs-xsi)
 linknamespace-libs-POSIX2008 = $(linknamespace-libs-posix)
 linknamespace-libs-XOPEN2K8 = $(linknamespace-libs-xsi)
+linknamespace-libs = $(foreach std,$(conformtest-standards),\
+				   $(linknamespace-libs-$(std)))
 
 $(linknamespace-symlist-stdlibs-tests): $(objpfx)symlist-stdlibs-%: \
 					$(linknamespace-libs)