summaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index 479f573ec56..71ae766044a 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -10,7 +10,6 @@ MAKEFILE = Makefile.tests
#----------------------------------------------------------------------------
# Local macros
#----------------------------------------------------------------------------
-DIRS_PARALLEL = 1
BIN = \
aix_hack_for_main \
@@ -208,6 +207,10 @@ else
BIN2 += Framework_Component_Test
endif # shared_libs
+ifndef TEMPINCDIR
+DIRS_PARALLEL = 1
+endif
+
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU