[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - testtools/CustomTarget_bridgetest_climaker.mk
Matus Kukan
mkukan at kemper.freedesktop.org
Sat May 26 15:43:59 PDT 2012
testtools/CustomTarget_bridgetest_climaker.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 32615a6be25f5ba08c204bc75e69e6de0efee535
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sun May 27 00:43:26 2012 +0200
testtools: superfluous dependency
Change-Id: Id57d40f2b6cdaa9934a885764d986d581d149a59
diff --git a/testtools/CustomTarget_bridgetest_climaker.mk b/testtools/CustomTarget_bridgetest_climaker.mk
index b66d8a3..56c7f79 100644
--- a/testtools/CustomTarget_bridgetest_climaker.mk
+++ b/testtools/CustomTarget_bridgetest_climaker.mk
@@ -31,7 +31,7 @@ climaker_DIR := $(call gb_CustomTarget_get_workdir,testtools/bridgetest_climaker
$(call gb_CustomTarget_get_target,testtools/bridgetest_climaker) : \
$(climaker_DIR)/cli_types_bridgetest.dll
-$(climaker_DIR)/cli_types_bridgetest.dll : $(OUTDIR)/bin/bridgetest.rdb \
+$(climaker_DIR)/cli_types_bridgetest.dll : \
$(OUTDIR)/bin/types.rdb $(OUTDIR)/bin/cli_uretypes.dll \
$(call gb_Executable_get_target_for_build,climaker) | $(climaker_DIR)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CLM,1)
More information about the Libreoffice-commits
mailing list