From 88e64f224d7ca0a0ef9e5828da1a474aeaa403cc Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 19 Oct 2004 10:45:10 +0000 Subject: [PATCH] #i10000# INCLUDE change doesn't work for 4NT shell --- solenv/inc/tg_ext.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solenv/inc/tg_ext.mk b/solenv/inc/tg_ext.mk index 196ce200883a..58353615fe38 100644 --- a/solenv/inc/tg_ext.mk +++ b/solenv/inc/tg_ext.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_ext.mk,v $ # -# $Revision: 1.57 $ +# $Revision: 1.58 $ # -# last change: $Author: hr $ $Date: 2004-10-11 13:51:19 $ +# last change: $Author: obo $ $Date: 2004-10-19 11:45:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,9 +67,9 @@ # setup INCLUDE variable for use by VC++ .IF "$(GUI)$(COM)"=="WNTMSC" .IF "$(EXT_USE_STLPORT)"=="" -INCLUDE!:=$(shell $(WRAPCMD) echo $(subst,$/stl, $(SOLARINC))) +INCLUDE!:=$(shell +$(WRAPCMD) echo $(subst,$/stl, $(SOLARINC))) .ELSE -INCLUDE!:=$(shell $(WRAPCMD) echo $(SOLARINC)) +INCLUDE!:=$(shell +$(WRAPCMD) echo $(SOLARINC)) .ENDIF # "$(EXT_USE_STLPORT)"=="" INCLUDE!:=$(INCLUDE:s/ -I/;/) .EXPORT : INCLUDE