diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:33:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:33:47 +0000 |
commit | bafa1f7352e92442306689bf8bc9959fd274ca64 (patch) | |
tree | 87ac4ae9cae107a6817a1ddd80b4d08ea747f811 /sysui/desktop/icons | |
parent | 9e9f3239e09c5334374d7efa4cbe7d51a4e75520 (diff) |
INTEGRATION: CWS ause069 (1.4.112); FILE MERGED
2007/01/11 00:25:31 hjs 1.4.112.2: RESYNC: (1.4-1.5); FILE MERGED
2006/11/24 14:40:37 hjs 1.4.112.1: #i70359# remove forced shell calls
Diffstat (limited to 'sysui/desktop/icons')
-rw-r--r-- | sysui/desktop/icons/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/icons/makefile.mk b/sysui/desktop/icons/makefile.mk index ee92ad73ad4c..f86c012302d3 100644 --- a/sysui/desktop/icons/makefile.mk +++ b/sysui/desktop/icons/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: ihi $ $Date: 2006-12-18 16:37:59 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:33:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -126,7 +126,7 @@ all: \ $(MISC)$/oxt-extension.ico $(MISC)$/%.ico: %.ico - +$(COPY) $< $@ + $(COPY) $< $@ .INCLUDE : target.mk |