summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-05-26 10:35:17 +1000
committerChris Johns <chrisj@rtems.org>2017-05-26 10:35:17 +1000
commit7ec982bfeb4edee3f108be98288c3a4aa00b4f3e (patch)
tree0c7e658a5d90f5eb9c8396ffec46d87386cf7b49 /cpukit
parenttestsuite: Fix excluding tests that a substring of another test. (diff)
downloadrtems-7ec982bfeb4edee3f108be98288c3a4aa00b4f3e.tar.bz2
build-system: Fix the targets support for the parallel build.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/automake/subdirs.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/automake/subdirs.am b/cpukit/automake/subdirs.am
index 723aec8af2..867704460f 100644
--- a/cpukit/automake/subdirs.am
+++ b/cpukit/automake/subdirs.am
@@ -53,7 +53,7 @@ $1: $(preintstall_targets)
echo "Making $$$$target in $$$$subdir"; \
if test "$$$$subdir" != "."; then \
cd $$$$subdir; \
- $(MAKE) $(AM_MAKEFLAGS) $$$$local_target; \
+ $(MAKE) $(AM_MAKEFLAGS) $$$$target; \
fi;
endef