summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-24 18:56:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-24 18:56:44 +0200
commitae75a0dd0b687242302ff2ad2369f7a5edaf09f3 (patch)
treed6d6b18226961a5ae8cacb63d34df46463690bb5 /testtools
parent82b1e07f6259236e0d443e473476f0227b860ce2 (diff)
More "Let climaker work on *.rdb.oldformat for now"
...also, the use of double use of udkapi.rdb in climaker call in testtools/CustomTarget_bridgetest_climaker.mk looked fishy. Change-Id: I8be22b184740d65e567df65bae51fe18066be102
Diffstat (limited to 'testtools')
-rw-r--r--testtools/CustomTarget_bridgetest_climaker.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/testtools/CustomTarget_bridgetest_climaker.mk b/testtools/CustomTarget_bridgetest_climaker.mk
index 19086d2e51ba..469e69833184 100644
--- a/testtools/CustomTarget_bridgetest_climaker.mk
+++ b/testtools/CustomTarget_bridgetest_climaker.mk
@@ -40,9 +40,7 @@ $(testtools_CLIDIR)/cli_types_bridgetest.dll : \
$(call gb_Helper_abbreviate_dirs, \
$(call gb_Helper_execute,climaker) \
$(if $(filter -s,$(MAKEFLAGS)),,--verbose) \
- --out $@ \
- -X $(call gb_UnoApiTarget_get_target,udkapi) \
- -r $(OUTDIR)/bin/cli_uretypes.dll \
- $< > /dev/null)
+ --out $@ -r $(OUTDIR)/bin/cli_uretypes.dll \
+ $(call gb_UnoApiTarget_get_target,udkapi).oldformat > /dev/null)
# vim:set shiftwidth=4 tabstop=4 noexpandtab: