diff options
-rw-r--r-- | tests/Makefile | 7 |
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. |