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