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

Commit f1dafa30 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents b519ed59 c2fdc230
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)