diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | conform/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-11-03 Joseph Myers <joseph@codesourcery.com> + + * conform/Makefile ($(linknamespace-header-tests)): Also depend on + $(linknamespace-symlists-tests). + 2016-11-02 Steve Ellcey <sellcey@caviumnetworks.com> * time/tst-strptime2.c: Ignore -Wformat-length warning. diff --git a/conform/Makefile b/conform/Makefile index b92a7d4..7883624 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -229,6 +229,7 @@ $(linknamespace-symlist-stdlibs-tests): $(objpfx)symlist-stdlibs-%: \ $(linknamespace-header-tests): $(objpfx)%/linknamespace.out: \ linknamespace.pl \ + $(linknamespace-symlists-tests) \ $(linknamespace-symlist-stdlibs-tests) (set -e; std_hdr=$*; std=$${std_hdr%%/*}; hdr=$${std_hdr#*/}; \ mkdir -p $(@D)/scratch; \ |