diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:14:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:14:15 +0000 |
commit | 9e74b1b231be79c0e2c792b14d3e316eb0f9bd0c (patch) | |
tree | 850cb2dd9a86f19045209765a4fdb38a42a56b73 | |
parent | d1f83c92e527e6f618a0445ea133e20f73131bb6 (diff) |
INTEGRATION: CWS ause069 (1.4.28); FILE MERGED
2007/01/10 15:16:30 hjs 1.4.28.3: RESYNC: (1.5-1.6); FILE MERGED
2006/12/04 14:37:58 hjs 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED
2006/10/18 17:10:41 hjs 1.4.28.1: #i70359# remove forced shell calls
-rw-r--r-- | extensions/source/update/check/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/update/check/makefile.mk b/extensions/source/update/check/makefile.mk index 57eaf739832f..667ed2bc2c53 100644 --- a/extensions/source/update/check/makefile.mk +++ b/extensions/source/update/check/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2006-12-13 15:17:13 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:14:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -119,10 +119,10 @@ XCU_SOURCEDIR:=. $(SPOOLDIR)$/$(PACKAGEDIR)$/Addons$/Addons-onlineupdate.xcu : $(XCU_SOURCEDIR)$/Addons.xcu @$(MKDIRHIER) $(@:d) - @+$(COPY) $< $@ + @$(COPY) $< $@ $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-onlineupdate.xcu : $(XCU_SOURCEDIR)$/Jobs.xcu @$(MKDIRHIER) $(@:d) - @+$(PERL) transform.pl < $< > $@ -# @+$(COPY) $< $@ + @$(PERL) transform.pl < $< > $@ +# @$(COPY) $< $@ |