summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-22 02:30:45 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-22 02:30:45 +0000
commit1c7112b02fc7a53fbb11381e14674be7df770e9d (patch)
treec451254f70417c430d4c2288e9b9157021ff4e6f
parenta322e17edcabb678048b1dae076016aadb341c9f (diff)
downloadATCD-1c7112b02fc7a53fbb11381e14674be7df770e9d.tar.gz
ChangeLogTag: Sat Jun 21 22:29:16 2003 Pradeep Gore <pradeep@oomworks.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Makefile.bor20
2 files changed, 15 insertions, 10 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a7c00aa9227..e7993f3f754 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 21 22:29:16 2003 Pradeep Gore <pradeep@oomworks.com>
+
+ * orbsvcs\tests\Notify\lib\Makefile.bor:
+ Corrected bad syntax.
+
Thu Jun 19 11:22:02 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
diff --git a/TAO/orbsvcs/tests/Notify/lib/Makefile.bor b/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
index d43433ccda2..1bc7c95eeeb 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
+++ b/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
@@ -7,16 +7,16 @@ NAME = TAO_NotifyTests
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe
OBJFILES = \
- $(OBJDIR)\Direct_Consumer \
- $(OBJDIR)\Direct_Supplier \
- $(OBJDIR)\Relay_Consumer \
- $(OBJDIR)\Peer \
- $(OBJDIR)\StructuredPushConsumer \
- $(OBJDIR)\SequencePushConsumer \
- $(OBJDIR)\PushConsumer \
- $(OBJDIR)\StructuredPushSupplier \
- $(OBJDIR)\SequencePushSupplier \
- $(OBJDIR)\PushSupplier \
+ $(OBJDIR)\Direct_Consumer.obj \
+ $(OBJDIR)\Direct_Supplier.obj \
+ $(OBJDIR)\Relay_Consumer.obj \
+ $(OBJDIR)\Peer.obj \
+ $(OBJDIR)\StructuredPushConsumer.obj \
+ $(OBJDIR)\SequencePushConsumer.obj \
+ $(OBJDIR)\PushConsumer.obj \
+ $(OBJDIR)\StructuredPushSupplier.obj \
+ $(OBJDIR)\SequencePushSupplier.obj \
+ $(OBJDIR)\PushSupplier.obj \
$(OBJDIR)\Activation_ManagerC.obj \
$(OBJDIR)\Activation_ManagerS.obj \
$(OBJDIR)\Activation_Manager.obj \