diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-08 09:29:29 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-08 09:29:29 +0100 |
commit | ef2942e54df89b73626558b76229b2ccadd54936 (patch) | |
tree | d677c760f43afd53d4fe049b9165dfd54d3efad2 /stlport/makefile.mk | |
parent | d856c71a7de5a89a855ab84e5c99a187675fb3e6 (diff) |
cleared the need of the non-standard numeric, rope and vector header
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r-- | stlport/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk index 6608dc541e71..c9076df16ed4 100644 --- a/stlport/makefile.mk +++ b/stlport/makefile.mk @@ -45,9 +45,7 @@ all: # # If you choose to build without stlport, some headers will be used to bring the # sgi extensions into the std namespace: -$(INCCOM)$/stlport$/functional \ -$(INCCOM)$/stlport$/numeric \ -$(INCCOM)$/stlport$/vector: systemstl$/$$(@:f) +$(INCCOM)$/stlport$/functional: systemstl$/$$(@:f) $(MKDIRHIER) $(@:d) $(COPY) $< $@ .ENDIF #"$(OS)"=="SOLARIS" && "$(COM)"!="GCC" |