summaryrefslogtreecommitdiff
path: root/dictionaries/de_CH/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-01-20 10:06:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-01-20 10:06:44 +0000
commit35f153eee19393f78f6313c19da14ddc2929ae58 (patch)
tree63727c40a0d8f241f3b8d7900f893591d3ec6126 /dictionaries/de_CH/makefile.mk
parentb6a409a8096828f82ae4440db56471e478a55e9f (diff)
CWS-TOOLING: integrate CWS cloph12
2009-01-13 18:36:51 +0100 cloph r266245 : #i98008# add back the XSLTLIB exports - used when using the internal libxslt (patched xslt-config that uses that var) 2009-01-13 01:51:56 +0100 cloph r266186 : #i97928# missed hu_HU in the initial commit 2009-01-12 22:45:02 +0100 cloph r266183 : #i98008# remove unused XSLTLIB exports 2009-01-12 00:30:16 +0100 cloph r266130 : #i97928# silence timestamp has not been update warning, reduce number of unzip calls 2009-01-11 22:02:28 +0100 cloph r266129 : #i80368# fix ambiguous inference chains, remove duplicated license files, minor other cleanup
Diffstat (limited to 'dictionaries/de_CH/makefile.mk')
-rw-r--r--dictionaries/de_CH/makefile.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/dictionaries/de_CH/makefile.mk b/dictionaries/de_CH/makefile.mk
index 4ba9b21..945c5bb 100644
--- a/dictionaries/de_CH/makefile.mk
+++ b/dictionaries/de_CH/makefile.mk
@@ -82,7 +82,6 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
.INCLUDE : extension_post.mk
.IF "$(COMPONENT_UNZIP_FILES)"!=""
-$(COMPONENT_UNZIP_FILES) : "$(COMPONENT_ZIP)"
- @@-$(MKDIRHIER) $(@:d)
- cd $(EXTENSIONDIR) && unzip -o $< $(subst,$(EXTENSIONDIR)$/, $@)
+$(COMPONENT_UNZIP_FILES) .SILENT .UPDATEALL : "$(COMPONENT_ZIP)"
+ cd $(EXTENSIONDIR) && unzip -o $< $(COMPONENT_UNZIP_FILES:f:t" ")
.ENDIF # "$(COMPONENT_UNZIP_FILES)"!=""