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

Commit 7973fbcd 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

am: 4be4b6a5

Change-Id: I48c013b40a7b18e1be3b01d27a8ea49dac8b83a9
parents 057015fe 4be4b6a5
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)