diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-05-27 23:30:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-27 23:40:37 +0200 |
commit | 35a81048ca2c11d0a1092d8178e070127fd5711b (patch) | |
tree | f3387390b973cdb7581e40e67dd0914c3b4a398f /scp2 | |
parent | a3d89c3faf5b9807d60a98020677b9e0bcf7326e (diff) |
scp2: looks like those BSH_JAR RHINO_JAR macros are unused
Change-Id: I6621529921120170bc1572dac727e9dc3b9438d5
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_extensions.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scp2/InstallModule_extensions.mk b/scp2/InstallModule_extensions.mk index 3b1b43e016b3..2511f1ce8396 100644 --- a/scp2/InstallModule_extensions.mk +++ b/scp2/InstallModule_extensions.mk @@ -12,15 +12,6 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/extensions)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_bsh)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_rhino)) -$(eval $(call gb_InstallModule_add_defs,scp2/extensions,\ - $(if $(SYSTEM_BSH),\ - -DBSH_JAR=\""$(call gb_Helper_make_url,$(BSH_JAR))"\" \ - ) \ - $(if $(SYSTEM_RHINO),\ - -DRHINO_JAR=\""$(call gb_Helper_make_url,$(RHINO_JAR))"\" \ - ) \ -)) - $(eval $(call gb_InstallModule_add_templates,scp2/extensions,\ scp2/source/templates/module_langpack_extensions_templates \ )) |