summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-18 18:09:10 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-18 18:09:10 +0000
commit5597a81ab9815c506b27d953bafafca25ab1a5d2 (patch)
tree22d8929349f55e1c0bba25a819dc295804da51a1
parente8e1bc9d99ae2717e927e6c37721a7181d5bd2be (diff)
downloadATCD-5597a81ab9815c506b27d953bafafca25ab1a5d2.tar.gz
* tests/Cubit/TAO/MT_Cubit/Makefile (LDLIBS): Removed -lposix4
from the LDLIBS. Thanks to Bob Olson <olson@mcs.anl.gov> for reporting this.
-rw-r--r--TAO/ChangeLog-98c6
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile2
-rw-r--r--TAO/tests/Cubit/TAO/MT_Cubit/Makefile2
3 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 4406f64c519..448393cece8 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,9 @@
+Wed Feb 18 11:57:24 1998 Chris Cleeland <cleeland@merengue.cs.wustl.edu>
+
+ * tests/Cubit/TAO/MT_Cubit/Makefile (LDLIBS): Removed -lposix4
+ from the LDLIBS. Thanks to Bob Olson <olson@mcs.anl.gov> for
+ reporting this.
+
Wed Feb 18 02:58:40 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* orbsvcs/Naming_Service/Naming_Service.cpp (IOR_Multicast): Make
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile
index 3b437935820..04ff2ac631d 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO -lorbsvcs -lm -lposix4
+LDLIBS = -lTAO -lorbsvcs -lm
IDL_SRC = cubitC.cpp cubitS.cpp
PROG_SRCS = server.cpp \
diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/Makefile b/TAO/tests/Cubit/TAO/MT_Cubit/Makefile
index 3b437935820..04ff2ac631d 100644
--- a/TAO/tests/Cubit/TAO/MT_Cubit/Makefile
+++ b/TAO/tests/Cubit/TAO/MT_Cubit/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO -lorbsvcs -lm -lposix4
+LDLIBS = -lTAO -lorbsvcs -lm
IDL_SRC = cubitC.cpp cubitS.cpp
PROG_SRCS = server.cpp \