Explicitly initialize target-specific variables

...so they do not erroneously inherit values from other targets.

Change-Id: I6c84cecad4ea858b77d5d83eb93938c397aed076
This commit is contained in:
Stephan Bergmann
2012-05-15 11:22:44 +02:00
parent 163e136650
commit 47ba662ce6

View File

@@ -61,6 +61,8 @@ $$(eval $$(call gb_Output_info,Currently known libraries are: $(sort $(gb_Librar
$$(eval $$(call gb_Output_error,Library $(1) must be registered in Repository.mk))
endif
$(call gb_Library_get_target,$(1)) : AUXTARGETS :=
$(call gb_Library_get_target,$(1)) : SOVERSION :=
$(call gb_Library_get_target,$(1)) : SOVERSIONSCRIPT :=
$(call gb_Library__Library_impl,$(1),$(call gb_Library_get_linktargetname,$(1)))
endef