summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_slo.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:57:12 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:57:12 +0000
commit20bfd26ebad7a90ddab65d68b1975c63117339a3 (patch)
tree1a648d26e510bfb358bf9fe8ca717bf31b5661c8 /solenv/inc/tg_slo.mk
parent07f41c0f8bf05c582b3f91551efa34a67802ac60 (diff)
INTEGRATION: CWS ause069 (1.11.2); FILE MERGED
2006/10/11 12:36:26 hjs 1.11.2.1: #i70359#: removing + sign in targets; adding to tool macro if required
Diffstat (limited to 'solenv/inc/tg_slo.mk')
-rw-r--r--solenv/inc/tg_slo.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/inc/tg_slo.mk b/solenv/inc/tg_slo.mk
index 12e5a0113092..5a1827ff53e6 100644
--- a/solenv/inc/tg_slo.mk
+++ b/solenv/inc/tg_slo.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_slo.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:41:50 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:57:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,7 @@ $(SLOTARGET): $(SLOFILES) $(IDLSLOFILES)
.ENDIF
@echo ------------------------------
@echo Making: $@
-# @+$(RM) $@
+# @$(RM) $@
.IF "$(GUI)"=="WNT"
.IF "$(LIBTARGET)"!="NO"
@-$(TYPE) $(mktmp $(&:+"\n")) > $(@:s/.lib/.lin/)
@@ -54,9 +54,9 @@ $(SLOTARGET): $(SLOFILES) $(IDLSLOFILES)
.IF "$(GUI)"=="UNX"
echo $(foreach,i,$(SLOFILES:f) $(RSLO)$/$(i:s/.obj/.o/)) | xargs -n1 > $@
.IF "$(OS)"=="MACOSX"
- @-+nm `cat $(SLOTARGET) | sed s\#'^'$(ROUT)\#$(PRJ)$/$(ROUT)\#g` > $(@:d)$(@:b).dump
+ @-nm `cat $(SLOTARGET) | sed s\#'^'$(ROUT)\#$(PRJ)$/$(ROUT)\#g` > $(@:d)$(@:b).dump
.ELSE
- @+nm `cat $(SLOTARGET) | sed s\#'^'$(ROUT)\#$(PRJ)$/$(ROUT)\#g` > $(@:d)$(@:b).dump
+ @nm `cat $(SLOTARGET) | sed s\#'^'$(ROUT)\#$(PRJ)$/$(ROUT)\#g` > $(@:d)$(@:b).dump
.ENDIF
.ENDIF # "$(GUI)"=="UNX"
.ENDIF # "$(SLOTARGET)"!=""