summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsmith <dsmith@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-31 12:34:36 +0000
committerdsmith <dsmith@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-31 12:34:36 +0000
commita24bac44943ed6468d7d73a6ab0e144f7b3439fa (patch)
tree103d007c44a34e802cc6d1deb9455bc5120847de
parent02c2cf487de64dc59976e3d4ab450424d2e59217 (diff)
downloadATCD-a24bac44943ed6468d7d73a6ab0e144f7b3439fa.tar.gz
Changelog Wed Mar 31 09:12:00 2004 David Smith <dts@prismtechnologies.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile1
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6da7240ae37..f45fac1a18f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Mar 31 09:12:00 2004 David Smith <dts@prismtechnologies.com>
+
+ * orbsvcs/orbsvcs/Makefile:
+
+ Added dependency to avoid some HPUX compile errors. Thanks
+ to Kris Dekeyser <Kris.Dekeyser@lms.be> for suggesting this.
+
Tue Mar 30 08:48:06 2004 Phil Mesnier <mesnier_p@ociweb.com>
* tests/TAO_Tests.dsw:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 0dc8abfa15a..fbac0c05260 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -362,6 +362,7 @@ $(foreach ext, $(targets), $(addsuffix $(ext),Makefile.RTEvent-)): \
Makefile.Svc_Utils-%
$(foreach ext, $(targets), $(addsuffix $(ext),Makefile.RTEventLogAdmin-)): \
Makefile.RTEventLogAdmin-%: \
+ Makefile.RTSched-% \
Makefile.RTEvent-% \
Makefile.DsLogAdmin-% \
Makefile.CosEvent-% \