summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-08-03 01:11:33 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-08-03 01:11:33 +0000
commitf0f62f3dfbb593b64fdc580ecf8c1c8e9253d344 (patch)
tree97bcb178aec355bc71d25df64972e637838c5e94
parentd8e608b69509cb073d030a05fa81d14a2901ac00 (diff)
downloadATCD-f0f62f3dfbb593b64fdc580ecf8c1c8e9253d344.tar.gz
Cleaned up some of the local targets.
-rw-r--r--TAO/tests/DLL_ORB/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/tests/DLL_ORB/Makefile b/TAO/tests/DLL_ORB/Makefile
index 13293a8ff9f..0345e50a715 100644
--- a/TAO/tests/DLL_ORB/Makefile
+++ b/TAO/tests/DLL_ORB/Makefile
@@ -54,15 +54,7 @@ $(CLIENT_MODULE_LIB):
$(SERVER_MODULE_LIB):
$(MAKE) -f Makefile.Test_Server_Module
-idl_stubs:
- $(MAKE) -f Makefile.Test_Client_Module $@
- $(MAKE) -f Makefile.Test_Server_Module $@
-
-realclean: clean
- $(MAKE) -f Makefile.Test_Client_Module $@
- $(MAKE) -f Makefile.Test_Server_Module $@
-
-depend:
+idl_stubs realclean depend:
$(MAKE) -f Makefile.Test_Client_Module $@
$(MAKE) -f Makefile.Test_Server_Module $@