summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-13 11:53:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-13 11:53:31 +0000
commit33ebb28c84915f1db86c9d82d51088c58725c690 (patch)
tree5e63b459fbe07c691cf7f4f6cb3f9d57d3719e89 /framework
parent5e31a9dc28101fa09c26ebcfa289cd12320287a6 (diff)
#i10000# More quoting needed here, at least for linux buildserver clients.
Diffstat (limited to 'framework')
-rw-r--r--framework/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk
index 58e150a28dc6..22f2b5e2e4a8 100644
--- a/framework/util/makefile.mk
+++ b/framework/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.82 $
+# $Revision: 1.83 $
#
-# last change: $Author: kz $ $Date: 2004-08-02 13:17:41 $
+# last change: $Author: rt $ $Date: 2004-08-13 12:53:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -341,7 +341,7 @@ ALLTAR : $(subst,$(OUTPATH),$(COMMON_OUTDIR) $(BIN))$/commandimagelist.ilst
$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(BIN))$/commandimagelist.ilst .PHONY :
+-$(RM) $@ $@.$(INPATH)
.IF "$(use_shell)"!="4nt"
- $(FIND) $(SOLARSRC)/res/commandimagelist -name "*.png" | sed s#$(SOLARSRC)#%GLOBAL%# > $@.$(INPATH)
+ $(FIND) $(SOLARSRC)/res/commandimagelist -name "*.png" | sed "s#$(SOLARSRC)#%GLOBAL%#" > $@.$(INPATH)
.ELSE # "$(use_shell)"!="4nt"
$(FIND) $(SOLARSRC)/res/commandimagelist -name "*.png" | sed "s/$(SOLARSRC:s/\/\\/)/%%GLOBAL%%/" > $@.$(INPATH)
.ENDIF # "$(use_shell)"!="4nt"