From 4aa7a8a5c8257e026b34fde1cf50434de0b48fbf Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 30 Mar 2014 19:14:39 -0700 Subject: [PATCH] mk: Fix 'make dist' on Mac --- mk/dist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/dist.mk b/mk/dist.mk index d0990dfd720..93aedb2240d 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -171,7 +171,7 @@ dist/$(PKG_NAME)-$(1).pkg: $(S)src/etc/pkg/Distribution.xml LICENSE.txt \ --resources tmp/dist/pkgres-$(1) dist/$(PKG_NAME)-$(1).pkg $(Q)rm -rf tmp rust.pkg -tmp/dist/pkgres-$(1)/LICENSE.txt: $(S)/LICENSE.txt +tmp/dist/pkgres-$(1)/LICENSE.txt: LICENSE.txt @$$(call E,pkg resource LICENSE.txt) $(Q)mkdir -p $$(@D) $(Q)cp $$< $$@