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

Commit c2fdc230 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Fix creating _dist_<goal> targets under !dist

I had initially thought that we would have created the rule when marking
it as PHONY, but that's apparently not the case.

Bug: 117463001
Test: m test-art-host-gtest
Change-Id: I5e397423dfb138725db0e3e07b2630f8e872bb12
parent b519ed59
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)