From ddc83bae27387123ed34a1c469243ba83f3d59d2 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Thu, 16 Sep 2004 18:42:08 +0000 Subject: [PATCH] #100000# typo --- solenv/inc/tg_ext.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solenv/inc/tg_ext.mk b/solenv/inc/tg_ext.mk index ff2cde6edb12..327990dcdd38 100644 --- a/solenv/inc/tg_ext.mk +++ b/solenv/inc/tg_ext.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_ext.mk,v $ # -# $Revision: 1.53 $ +# $Revision: 1.54 $ # -# last change: $Author: hjs $ $Date: 2004-09-15 10:35:18 $ +# last change: $Author: hjs $ $Date: 2004-09-16 19:42:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,7 +67,7 @@ # setup INCLUDE variable for use by VC++ .IF "$(GUI)$(COM)"=="WNTMSC" .IF "$(EXT_USE_STLPORT)"=="" -INCLUDE!:==$(subst,$/stl, $(SOLARINC)) +INCLUDE!:=$(subst,$/stl, $(SOLARINC)) .ENDIF # "$(EXT_USE_STLPORT)"=="" INCLUDE!:=$(INCLUDE:s/ -I/;/) .EXPORT : INCLUDE