summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-07 08:40:35 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-09 21:04:39 +0200
commit0a45deba2be4a77db7540bd050b25bd6c26d7513 (patch)
tree828e305e131e24bddfe0d9c8a41c7a02a8a300b2 /extensions
parentjavaunohelper: use InternalUnoApi (diff)
downloadcore-0a45deba2be4a77db7540bd050b25bd6c26d7513.tar.gz
core-0a45deba2be4a77db7540bd050b25bd6c26d7513.zip
enforce only one possible use of gb_CustomTarget
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
Diffstat (limited to 'extensions')
-rw-r--r--extensions/CustomTarget_so_activex_idl.mk2
-rw-r--r--extensions/CustomTarget_so_activex_x64.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/CustomTarget_so_activex_idl.mk b/extensions/CustomTarget_so_activex_idl.mk
index 80d8089e44af..582b0315d458 100644
--- a/extensions/CustomTarget_so_activex_idl.mk
+++ b/extensions/CustomTarget_so_activex_idl.mk
@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_CustomTarget_CustomTarget,extensions/source/activex/idl,new_style))
+$(eval $(call gb_CustomTarget_CustomTarget,extensions/source/activex/idl))
EXAI := $(call gb_CustomTarget_get_workdir,extensions/source/activex/idl)
diff --git a/extensions/CustomTarget_so_activex_x64.mk b/extensions/CustomTarget_so_activex_x64.mk
index f894bac805ba..88b07b19d9e8 100644
--- a/extensions/CustomTarget_so_activex_x64.mk
+++ b/extensions/CustomTarget_so_activex_x64.mk
@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_CustomTarget_CustomTarget,extensions/source/activex,new_style))
+$(eval $(call gb_CustomTarget_CustomTarget,extensions/source/activex))
EXSA := $(call gb_CustomTarget_get_workdir,extensions/source/activex)