[Libreoffice-commits] .: postprocess/packcomponents

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Nov 3 06:53:05 PDT 2011


 postprocess/packcomponents/makefile.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 5d9a23ccec9fc3733786d64b83d768719951b89f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 3 14:52:58 2011 +0100

    Missing conditionalizaton.

diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index e40327e..2de3f99 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -383,6 +383,7 @@ $(MISC)/services.input : makefile.mk
         '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
         > $@
 
+.IF "$(ENABLE_SCRIPTING_BEANSHELL)" == "YES"
 $(MISC)/scriptproviderforbeanshell.rdb .ERRREMOVE : \
         $(SOLARENV)/bin/packcomponents.xslt \
         $(MISC)/scriptproviderforbeanshell.input \
@@ -395,7 +396,9 @@ $(MISC)/scriptproviderforbeanshell.input : makefile.mk
     echo \
         '<list><filename>component/scripting/java/ScriptProviderForBeanShell.component</filename></list>' \
         > $@
+.END
 
+.IF "$(ENABLE_SCRIPTING_JAVASCRIPT)" == "YES"
 $(MISC)/scriptproviderforjavascript.rdb .ERRREMOVE : \
         $(SOLARENV)/bin/packcomponents.xslt \
         $(MISC)/scriptproviderforjavascript.input \
@@ -408,3 +411,4 @@ $(MISC)/scriptproviderforjavascript.input : makefile.mk
     echo \
         '<list><filename>component/scripting/java/ScriptProviderForJavaScript.component</filename></list>' \
         > $@
+.END


More information about the Libreoffice-commits mailing list