diff options
Diffstat (limited to 'conform')
-rw-r--r-- | conform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/Makefile b/conform/Makefile index b92a7d4f6e..7883624c81 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; \ |