diff options
Diffstat (limited to 'TAO/tests/Param_Test/Makefile.bor')
-rw-r--r-- | TAO/tests/Param_Test/Makefile.bor | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Param_Test/Makefile.bor b/TAO/tests/Param_Test/Makefile.bor index cce6a0e677e..4693d686fc3 100644 --- a/TAO/tests/Param_Test/Makefile.bor +++ b/TAO/tests/Param_Test/Makefile.bor @@ -2,8 +2,6 @@ # Makefile for building the Param_Test executables # -!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor> +MAKEFILES = server.bor client.bor -all: - $(MAKE) -f server.bor $(MAKE_FLAGS) - $(MAKE) -f client.bor $(MAKE_FLAGS) +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> |