summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-19 16:11:27 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-19 16:11:27 +0000
commita95a2e95a2560a82516196a4c2b72e4dc4bccd45 (patch)
treea62c26c4146c3f7c54e19457ac358e741501be57 /tests
parent9946d99fffaf3e58c1fe6378de48a66e3e277466 (diff)
downloadATCD-a95a2e95a2560a82516196a4c2b72e4dc4bccd45.tar.gz
ChangeLogTag:Thu May 18 20:40:37 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index d205ee13bea..d943b1c5d38 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -121,9 +121,6 @@ PSRC=$(addsuffix .cpp,$(BIN))
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
ifeq ($(LYNXTARGET),)
@@ -132,6 +129,10 @@ ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
endif
endif
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
+
ifdef purify
#### SIGINT is used by Thread_Manager_Test.
#### SIGHUP and SIGTERM are used by Signal_Test.