Missing conditionalizaton.

This commit is contained in:
Stephan Bergmann
2011-11-03 14:52:58 +01:00
parent a72a7dc500
commit 5d9a23ccec

View File

@@ -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