Kaydet (Commit) 87a9d8fd authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

handle more than one lib correctly :/

Change-Id: I1c6478e0ed69c7678598eb0d65cd5043d6c8dd99
üst c83e10cf
......@@ -18,7 +18,7 @@ $(call gb_AutoInstallLibs_get_target,%) :
echo "/* autogenerated library installs for group $(INSTALLMODULE) */" > $@
$(call gb_Output_info,install module: $(INSTALLMODULE) contents: $(gb_Library_MODULE_$(INSTALLMODULE)))
$(foreach lib,$(gb_Library_MODULE_$(INSTALLMODULE)),\
echo "$(call SCP2TEMPLATE,$(lib))" >> $@)
echo "$(call SCP2TEMPLATE,$(lib))" >> $@;)
$(call gb_AutoInstallLibs_get_clean_target,%) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment