summaryrefslogtreecommitdiff
path: root/solenv/gbuild/CliNativeLibrary.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-07 23:22:16 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-10 20:03:00 +0200
commit6b408d1cc20a340a501e81d02dacbd301fb4360f (patch)
tree30fe9b96e8f59de51cad206c940ec9870cbd5c09 /solenv/gbuild/CliNativeLibrary.mk
parentf01e27126d3fde9429611c68fcbed9da71b36d17 (diff)
gbuild: remove external_headers targets
gb_LinkTarget__add_internal_headers was used only for sdi headers now anyway, hopefully for no good reason. One headers target is enough for all. Change-Id: Ia01fb7a0aac7f72915448424b3393ecd9ba0f8f5
Diffstat (limited to 'solenv/gbuild/CliNativeLibrary.mk')
-rw-r--r--solenv/gbuild/CliNativeLibrary.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CliNativeLibrary.mk b/solenv/gbuild/CliNativeLibrary.mk
index ecf8fea5aa99..b014a18b011b 100644
--- a/solenv/gbuild/CliNativeLibrary.mk
+++ b/solenv/gbuild/CliNativeLibrary.mk
@@ -55,7 +55,7 @@ endef
define gb_CliNativeLibraryTarget_wrap_library
$(call gb_CliNativeLibraryTarget_get_target,$(1)) : CLI_NATIVE_LIBRARY := $(call gb_CliNativeLibraryTarget__get_library,$(2))
$(call gb_CliNativeLibraryTarget_get_target,$(1)) : $(call gb_Library_get_target,$(2))
-$(call gb_Library_get_external_headers_target,$(2)) : $(call gb_CliNativeLibraryTarget_get_external_target,$(1))
+$(call gb_Library_get_headers_target,$(2)) : $(call gb_CliNativeLibraryTarget_get_external_target,$(1))
endef