summaryrefslogtreecommitdiff
path: root/examples/IOStream
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-25 02:30:19 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-25 02:30:19 +0000
commit6a472bde30e8d7c64df6bacaac5ef96ea9b1b5eb (patch)
tree1da2b2d20e11734fee5d1ac4807b443d6786576a /examples/IOStream
parentdef4e5ec7ef1fcafa4e6a622344a643f31694dee (diff)
downloadATCD-6a472bde30e8d7c64df6bacaac5ef96ea9b1b5eb.tar.gz
changed C++ compiler (CXX) from gcc to g++ so that libg++ will be linked in
Diffstat (limited to 'examples/IOStream')
-rw-r--r--examples/IOStream/client/Makefile6
-rw-r--r--examples/IOStream/server/Makefile6
2 files changed, 0 insertions, 12 deletions
diff --git a/examples/IOStream/client/Makefile b/examples/IOStream/client/Makefile
index 97382e442ee..fe48a7d2a30 100644
--- a/examples/IOStream/client/Makefile
+++ b/examples/IOStream/client/Makefile
@@ -16,8 +16,6 @@ VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
-#### NOTE: VLDLIBS is (conditionally) defined below!!!!
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
@@ -29,10 +27,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.bin.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
-ifneq (,$(findstring gcc,$(CXX)))
-VLDLIBS += -lg++
-endif
-
#----------------------------------------------------------------------------
# Local targets
#----------------------------------------------------------------------------
diff --git a/examples/IOStream/server/Makefile b/examples/IOStream/server/Makefile
index 8a8c3b4a4f9..339997d2371 100644
--- a/examples/IOStream/server/Makefile
+++ b/examples/IOStream/server/Makefile
@@ -16,8 +16,6 @@ VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
-#### NOTE: VLDLIBS is (conditionally) defined below!!!!
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
@@ -29,10 +27,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.bin.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
-ifneq (,$(findstring gcc,$(CXX)))
-VLDLIBS += -lg++
-endif
-
#----------------------------------------------------------------------------
# Local targets
#----------------------------------------------------------------------------