summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 19:02:29 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 19:02:29 +0000
commit1918338359f77a6064b74ce6d7ccf240c2e00ac3 (patch)
tree14ec1a202a82847c6a6a2c6787840e0b2815ba83
parent9ade7101f51c98de0b4a8b15244b380141640ea9 (diff)
downloadATCD-1918338359f77a6064b74ce6d7ccf240c2e00ac3.tar.gz
ChangeLogTag: Wed Aug 30 12:01:21 2000 Priyanka Gontla <pgontla@ece.uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile6
2 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 08672c9028a..ef5d60769f5 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Wed Aug 30 12:01:21 2000 Priyanka Gontla <pgontla@ece.uci.edu>
+
+ * performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile:
+ updated dependencies.
+
Wed Aug 30 11:32:18 2000 Priyanka Gontla <pgontla@ece.uci.edu>
* orbsvcs/orbsvcs/Makefile.CosNotification:
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile
index ccdb0c7ce13..d6c0b6b4bad 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile
@@ -63,7 +63,7 @@ realclean: clean
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/testC.o .obj/testC.o .obj/testC.o .obj/testC.o: testC.cpp testC.h \
+.obj/testC.o .obj/testC.so .shobj/testC.o .shobj/testC.so: testC.cpp testC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/OS.h \
@@ -379,7 +379,7 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS.i \
rtcorba_common_export.h testC.i
-.obj/testS.o .obj/testS.o .obj/testS.o .obj/testS.o: testS.cpp testS.h testC.h \
+.obj/testS.o .obj/testS.so .shobj/testS.o .shobj/testS.so: testS.cpp testS.h testC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/OS.h \
@@ -696,7 +696,7 @@ realclean: clean
rtcorba_common_export.h testC.i testS_T.h testS_T.i testS_T.cpp \
testS.i
-.obj/test_i.o .obj/test_i.o .obj/test_i.o .obj/test_i.o: test_i.cpp test_i.h testS.h testC.h \
+.obj/test_i.o .obj/test_i.so .shobj/test_i.o .shobj/test_i.so: test_i.cpp test_i.h testS.h testC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/OS.h \