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/automake/subdirs.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuites/automake') diff --git a/testsuites/automake/subdirs.am b/testsuites/automake/subdirs.am index f4152e56f2..4bedcb74f0 100644 --- a/testsuites/automake/subdirs.am +++ b/testsuites/automake/subdirs.am @@ -28,7 +28,6 @@ $1: if test -f $$$$tcheck; then \ test_FLAGS=`$$$$tcheck flags $(RTEMS_BSP) $$$$tdata $$$$tincludes $(1)`; \ fi; \ - local_target="$$$$target"; \ if test -z "$$$$test_FLAGS"; then \ echo "BSP Testsuite: $(1): PASS"; \ else \ @@ -36,7 +35,7 @@ $1: fi; \ echo "Making $$$$target in $(1)"; \ cd $(1); \ - $(MAKE) $(AM_MAKEFLAGS) TEST_FLAGS="$$$$test_FLAGS" $$$$local_target; \ + $(MAKE) $(AM_MAKEFLAGS) TEST_FLAGS="$$$$test_FLAGS" $$$$target; \ else \ echo "BSP Testsuite: $(1): EXCLUDED"; \ fi; \ -- cgit v1.2.3