summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-09 05:34:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-09 05:34:09 +0000
commit5226b4b9b075f3addfaa92645908fae6c4424d68 (patch)
treef29ba443495e497f487a84ecebf906f3b6bef13d
parent24f66df05570cd8d53c5a053a11a789e6b951e27 (diff)
downloadATCD-5226b4b9b075f3addfaa92645908fae6c4424d68.tar.gz
.
-rw-r--r--TAO/ChangeLog-99c4
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 9b435fe7f28..13a0008b9f7 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,7 @@
+Mon Mar 8 23:33:28 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Makefile: Fixed a problem in the Makefile.
+
Mon Mar 08 22:20:32 1999 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Makefile (TAO_ORBSVCS_SRCS): if the Trader
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 34726f10e9d..78695ec4c92 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -177,7 +177,7 @@ ifneq (,$(findstring Event2,$(TAO_ORBSVCS)))
Event/EC_Per_Supplier_Filter \
Event/EC_Timeout_Filter \
Event/EC_Timeout_Generator \
- Event/EC_Reactive_Timeout_Generator \
+ Event/EC_Reactive_Timeout_Generator
endif # Event2
ifneq (,$(findstring CosEvent,$(TAO_ORBSVCS)))