From 5d9a23ccec9fc3733786d64b83d768719951b89f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 3 Nov 2011 14:52:58 +0100 Subject: [PATCH] Missing conditionalizaton. --- postprocess/packcomponents/makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index e40327e9d846..2de3f99fe507 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -383,6 +383,7 @@ $(MISC)/services.input : makefile.mk '$(my_components:^"":+".component")' \ > $@ +.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 \ 'component/scripting/java/ScriptProviderForBeanShell.component' \ > $@ +.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 \ 'component/scripting/java/ScriptProviderForJavaScript.component' \ > $@ +.END