Author: hdu
Date: Wed May 22 08:45:02 2013
New Revision: 1485116

URL: http://svn.apache.org/r1485116
Log:
#i122208# no need to wrap STL's numeric header

with std::iota() no longer being used there is nothing
left to be emulated, so the wrapper header can go too

Modified:
    openoffice/branches/rejuvenate01/main/stlport/makefile.mk

Modified: openoffice/branches/rejuvenate01/main/stlport/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/stlport/makefile.mk?rev=1485116&r1=1485115&r2=1485116&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/stlport/makefile.mk (original)
+++ openoffice/branches/rejuvenate01/main/stlport/makefile.mk Wed May 22 
08:45:02 2013
@@ -44,7 +44,6 @@ all:
 $(INCCOM)$/stlport$/functional \
 $(INCCOM)$/stlport$/hash_map \
 $(INCCOM)$/stlport$/hash_set \
-$(INCCOM)$/stlport$/numeric \
 $(INCCOM)$/stlport$/slist \
 $(INCCOM)$/stlport$/vector: systemstl$/$$(@:f)
     $(MKDIRHIER) $(@:d)


Reply via email to