diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-18 15:26:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-18 15:26:43 +0000 |
commit | de1f2f8cfc2b1a1d9a8820c4f4ef52943ece5201 (patch) | |
tree | 736ffd735fba69c7d8d3a8c517cb6e8f6472b25e /reportdesign/util | |
parent | 910f6c461c23ab658a93e6f26ee58a5890299431 (diff) |
#i10000# Under some obscure circumstances we need quoting for this expression.
Diffstat (limited to 'reportdesign/util')
-rw-r--r-- | reportdesign/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/reportdesign/util/makefile.mk b/reportdesign/util/makefile.mk index 10f0836710e6..e5a0b90526a0 100644 --- a/reportdesign/util/makefile.mk +++ b/reportdesign/util/makefile.mk @@ -213,7 +213,7 @@ DEF3NAME=$(SHL3TARGET) XMLFILES = $(EXTENSIONDIR)$/META-INF$/manifest.xml # DESCRIPTION_SRC is the source file which is copied into the extension -# It is defaulted to "descriptio.xml", but we want to pre-process it, so we use an intermediate +# It is defaulted to "description.xml", but we want to pre-process it, so we use an intermediate # file DESCRIPTION_SRC = $(MISC)$/description.xml @@ -345,7 +345,8 @@ $(COMPONENT_HELP) : $$(@:f) $(COPY) $< $@ $(DESCRIPTION_SRC): description.xml - $(TYPE) description.xml | $(SED) s/#VERSION#/$(EXTENSION_VERSION)/> $@ + +-$(RM) $@ + $(TYPE) description.xml | $(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" > $@ .ELSE # "$(SOLAR_JAVA)"!="" .INCLUDE : target.mk |