summaryrefslogtreecommitdiff
path: root/examples/IOStream/client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IOStream/client/Makefile')
-rw-r--r--examples/IOStream/client/Makefile6
1 files changed, 0 insertions, 6 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
#----------------------------------------------------------------------------