diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-07 10:26:53 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-07 10:42:07 +0200 |
commit | d542258ea03292ab23d516c6f361a8d267187efc (patch) | |
tree | 4f4e769e9bdd203543402154b9fd29ee8d3992a1 /cli_ure | |
parent | 3af8bd1ac4f216cb27b139cb6b2f8f8b7fcb6706 (diff) |
fix typo
Change-Id: I9ae69377e585603c2cb0edd48a18a21d0934dfee
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/CliNativeLibrary_cli_cppuhelper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/CliNativeLibrary_cli_cppuhelper.mk b/cli_ure/CliNativeLibrary_cli_cppuhelper.mk index 014956d1c6dd..8372f93dafe6 100644 --- a/cli_ure/CliNativeLibrary_cli_cppuhelper.mk +++ b/cli_ure/CliNativeLibrary_cli_cppuhelper.mk @@ -15,7 +15,7 @@ $(eval $(call gb_CliNativeLibrary_wrap_library,cli_cppuhelper,cli_cppuhelper_nat $(eval $(call gb_CliNativeLibrary_set_configfile,cli_cppuhelper,cli_ure/source/native/cli_cppuhelper_config)) -$(eval $(clal gb_CliNativeLibrary_set_keyfile,cli_cppuhelper,$(SRCDIR)/cli_ure/source/clinuo.snk)) +$(eval $(call gb_CliNativeLibrary_set_keyfile,cli_cppuhelper,$(SRCDIR)/cli_ure/source/clinuo.snk)) $(eval $(call gb_CliNativeLibrary_set_policy,cli_cppuhelper,$(CLI_CPPUHELPER_POLICY_ASSEMBLY),$(CLI_CPPUHELPER_POLICY_VERSION))) |