diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 13:37:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 13:37:15 +0200 |
commit | 16a1bf5d079ef2b98f97ca40c3f6f4785056477e (patch) | |
tree | f2aae569a03b354e2e956941ddacc9a417143893 /testtools | |
parent | 1728ab7125dd622d324779cfc62762b1f79fc769 (diff) |
climaker no longer needs *.rdb.oldformat input files
Change-Id: I55447aba5abcc8205543c7ca64763b5c99854837
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/CustomTarget_bridgetest_climaker.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/CustomTarget_bridgetest_climaker.mk b/testtools/CustomTarget_bridgetest_climaker.mk index 370a73cc4d39..9610a23cfea5 100644 --- a/testtools/CustomTarget_bridgetest_climaker.mk +++ b/testtools/CustomTarget_bridgetest_climaker.mk @@ -42,7 +42,7 @@ $(testtools_CLIDIR)/cli_types_bridgetest.dll : \ $(call gb_Helper_execute,climaker) \ $(if $(filter -s,$(MAKEFLAGS)),,--verbose) \ --out $@ -r $(OUTDIR)/bin/cli_uretypes.dll \ - -X $(call gb_UnoApiTarget_get_target,udkapi).oldformat \ - $(call gb_UnoApiTarget_get_target,bridgetest).oldformat > /dev/null) + -X $(call gb_UnoApiTarget_get_target,udkapi) \ + $(call gb_UnoApiTarget_get_target,bridgetest) > /dev/null) # vim:set shiftwidth=4 tabstop=4 noexpandtab: |