diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-19 11:02:55 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:35:03 +0200 |
commit | 7c45e05a3502962fdca9376384ba934618fe467a (patch) | |
tree | b7283ae06444435a43a2c12d8730d8f8a101e9a9 /testtools | |
parent | fe2fac054e6f5c9a79f6a9cf8dbe35aed6cd308d (diff) |
fix typo
Change-Id: I6c69daaa171786e605a58b23d8cd10cf43e5b139
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/CustomTarget_bridgetest_climaker.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/CustomTarget_bridgetest_climaker.mk b/testtools/CustomTarget_bridgetest_climaker.mk index f416674e6bf6..a54281d5a6be 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 -$(UICM)/cli_types_bridgetest.dll : $(OUTDIR)/bin/bridgetest.rdb \ +$(climaker_DIR)/cli_types_bridgetest.dll : $(OUTDIR)/bin/bridgetest.rdb \ $(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) |