Commit c6917357 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Peter Korsgaard
Browse files

legal-info: move $(2)_LICENSE to a proper line

parent 3da67a08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -268,14 +268,14 @@ ifndef $(2)_LICENSE
 endif
endif

$(2)_LICENSE			?= unknown

ifndef $(2)_LICENSE_FILES
 ifdef $(3)_LICENSE_FILES
  $(2)_LICENSE_FILES = $($(3)_LICENSE_FILES)
 endif
endif

$(2)_LICENSE			?= unknown

$(2)_DEPENDENCIES ?= $(filter-out $(1),$(patsubst host-host-%,host-%,$(addprefix host-,$($(3)_DEPENDENCIES))))

$(2)_INSTALL_STAGING		?= NO