diff options
author | David Tardon <dtardon@redhat.com> | 2013-10-21 08:17:32 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-21 08:17:41 +0200 |
commit | 489d2eafa9c900ec3e4bcdc0340eb1f53656fd0c (patch) | |
tree | eb7ee538d670a47b07e053d625485c23a85b35a7 | |
parent | e2d061fe93c077c3946376bdb2c63da943b4b0b1 (diff) |
bah, wrong dir
Change-Id: I2789e457160912e5509102b68780947d2edbe424
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index c23d894c6fa9..d1aea961e8da 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3033,7 +3033,7 @@ gb_ExternalExecutable__register_ucpp := else # ! SYSTEM_UCPP define gb_ExternalExecutable__register_ucpp -$(call gb_ExternalExecutable_set_internal,ucpp,$(INSTROOT_FOR_BUILD)/$(SDKDIRNAME)/bin/ucpp$(gb_Executable_EXT_for_build)) +$(call gb_ExternalExecutable_set_internal,ucpp,$(INSTDIR_FOR_BUILD)/$(SDKDIRNAME)/bin/ucpp$(gb_Executable_EXT_for_build)) endef |