summaryrefslogtreecommitdiff
path: root/stlport/makefile.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-08 16:31:28 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-08 17:40:37 +0100
commitb9bb63b5c39ce5a8673826487d6908b1b3aad186 (patch)
treeddcbb0c3bb705e98ca77003bb4ba47d55aeaca04 /stlport/makefile.mk
parenta7903846cbb0a6d040af78365b7a0ba2219e7b70 (diff)
Don't use the dummy functional at all
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r--stlport/makefile.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index 2803be6076ab..fa1de9438a21 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -36,19 +36,8 @@ TARGET=so_stlport
.IF "$(USE_SYSTEM_STL)"=="YES"
-.IF ("$(OS)"=="SOLARIS" && "$(COM)"!="GCC") | ("$(OS)"=="WNT" && "$(COM)"!="GCC")
-# System STL when building with SunStudio is just a version of STLport
-# which comes with the compiler
all:
@echo "Nothing to do"
-.ELSE #("$(OS)"=="SOLARIS" && "$(COM)"!="GCC") | ("$(OS)"=="WNT" && "$(COM)"!="GCC")
-#
-# If you choose to build without stlport, some headers will be used to bring the
-# sgi extensions into the std namespace:
-$(INCCOM)$/stlport$/functional: systemstl$/$$(@:f)
- $(MKDIRHIER) $(@:d)
- $(COPY) $< $@
-.ENDIF #("$(OS)"=="SOLARIS" && "$(COM)"!="GCC") | ("$(OS)"=="WNT" && "$(COM)"!="GCC")
.ELSE # "$(USE_SYSTEM_STL)"