Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4be4b6a5 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix creating _dist_<goal> targets under !dist"

am: f1dafa30

Change-Id: I1e5a5b009cad6678ac8a928a39a12bb64ce60409
parents bac67c5b f1dafa30
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ $(foreach pair,$(DIST_GOAL_OUTPUT_PAIRS), \
  $(eval output := $(call word-colon,2,$(pair))) \
  $(eval .PHONY: _dist_$$(goal)) \
  $(if $(call streq,$(DIST),true),\
    $(eval _dist_$$(goal): $$(DIST_DIR)/$$(output))))
    $(eval _dist_$$(goal): $$(DIST_DIR)/$$(output)), \
    $(eval _dist_$$(goal):)))

define copy-one-dist-file
$(2): $(1)