From 7ec982bfeb4edee3f108be98288c3a4aa00b4f3e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 26 May 2017 10:35:17 +1000 Subject: build-system: Fix the targets support for the parallel build. --- testsuites/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/Makefile.am') diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am index 92f8ad86a6..a466996fa4 100644 --- a/testsuites/Makefile.am +++ b/testsuites/Makefile.am @@ -11,7 +11,7 @@ noinst_HEADERS += support/include/pritime.h noinst_HEADERS += support/include/primode.h noinst_HEADERS += support/include/tmtests_empty_function.h -SUBDIRS = @subdirs@ +_SUBDIRS = @subdirs@ EXTRA_DIST = PROBLEMS -- cgit v1.2.3