summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_destroy
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-07-31 22:14:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-07-31 22:14:41 +0000
commit2329d69fac59f23d55451bb9a874f6174b662111 (patch)
tree4f6d9cd2c17f896c03b6dbca7bc0e00ca16a3f83 /TAO/tests/ORB_destroy
parentf737ec7690a046253adfb3f57fdf1f8464324d05 (diff)
downloadATCD-2329d69fac59f23d55451bb9a874f6174b662111.tar.gz
Fixed dependencies
Diffstat (limited to 'TAO/tests/ORB_destroy')
-rw-r--r--TAO/tests/ORB_destroy/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/ORB_destroy/Makefile b/TAO/tests/ORB_destroy/Makefile
index 2f63a69c7cd..0d948455d10 100644
--- a/TAO/tests/ORB_destroy/Makefile
+++ b/TAO/tests/ORB_destroy/Makefile
@@ -37,8 +37,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/ORB_destroy.o .obj/ORB_destroy.so .shobj/ORB_destroy.o .shobj/ORB_destroy.so: ORB_destroy.cpp \
- $(TAO_ROOT)/tao/corba.h \
+.obj/ORB_destroy.o .obj/ORB_destroy.so .shobj/ORB_destroy.o .shobj/ORB_destroy.so: ORB_destroy.cpp $(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -67,8 +66,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
$(ACE_ROOT)/ace/Global_Macros.h \
$(ACE_ROOT)/ace/Min_Max.h \
$(ACE_ROOT)/ace/streams.h \
- $(ACE_ROOT)/ace/Trace.h \
- $(ACE_ROOT)/ace/OS.i \
+ $(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Message_Block.i \
$(ACE_ROOT)/ace/Message_Block_T.h \
$(ACE_ROOT)/ace/Message_Block_T.i \