From 81ef04be69673faa49ada8f7f95da8d1aae0f98b Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 9 Feb 2011 16:20:32 +0100 Subject: Trying to remove the stlport mention from the code --- ure/source/uretest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ure') diff --git a/ure/source/uretest/Makefile b/ure/source/uretest/Makefile index e5c4e68156b4..df5f811f01c2 100644 --- a/ure/source/uretest/Makefile +++ b/ure/source/uretest/Makefile @@ -120,7 +120,7 @@ out.sdk/cppmain.uno.$(SHAREDLIB_EXT): out.sdk/cppmain.$(OBJ_EXT) version.map | \ out.sdk $(LINK) $(COMP_LINK_FLAGS) $(link_output_switch)$@ $< $(LINK_LIBS) \ $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(SALHELPERLIB) \ - $(STLPORTLIB) $(link_std_libs) + $(link_std_libs) out.sdk/cppmain.$(OBJ_EXT): cppmain.cc out.sdk/cpputypes.cppumaker.flag \ out.sdk/types.cppumaker.flag | out.sdk -- cgit