diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-29 10:52:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-29 10:52:54 +0000 |
commit | 01fa5c3a65d418070d3395629a7eb3b1f6312112 (patch) | |
tree | db8a61773245a26409c14fd893d0fc1e473d1c9b /solenv | |
parent | 9abb2e41675baabac249b1a382c8c21c7641c7be (diff) |
INTEGRATION: CWS newscptools (1.9.182); FILE MERGED
2004/01/20 15:55:37 is 1.9.182.1: #i24601# new scp tooling
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/tg_scp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_scp.mk b/solenv/inc/tg_scp.mk index f9f646e56820..5a02cd6dabf9 100644 --- a/solenv/inc/tg_scp.mk +++ b/solenv/inc/tg_scp.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_scp.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hjs $ $Date: 2002-06-21 13:12:04 $ +# last change: $Author: kz $ $Date: 2004-01-29 11:52:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,7 +111,7 @@ $(SCP$(TNR)TARGETN): $(LOCALSCP$(TNR)FILES) @echo ------------------------------ @echo Making: $@ @+-$(MKDIRHIER) $(BIN)$/$(SCP$(TNR)LINK_PRODUCT_TYPE) >& $(NULLDEV) - $(SCPLINK) $(SCPLINKFLAGS) @$(mktmp $(foreach,i,$(SCP$(TNR)FILES) $(subst,$(@:d:d:d), $(@:d:d))$/$(i:+","))) -o $@ + +$(SCPLINK) $(SCPLINKFLAGS) @$(mktmp $(foreach,i,$(SCP$(TNR)FILES) $(subst,$(@:d:d:d), $(@:d:d))$/$(i:+","))) -o $@ $(SCP_CHECK_TOOL) $@ .ENDIF |