Skip to content

Commit 4aa7a8a

Browse files
committed
mk: Fix 'make dist' on Mac
1 parent 612e22e commit 4aa7a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mk/dist.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ dist/$(PKG_NAME)-$(1).pkg: $(S)src/etc/pkg/Distribution.xml LICENSE.txt \
171171
--resources tmp/dist/pkgres-$(1) dist/$(PKG_NAME)-$(1).pkg
172172
$(Q)rm -rf tmp rust.pkg
173173

174-
tmp/dist/pkgres-$(1)/LICENSE.txt: $(S)/LICENSE.txt
174+
tmp/dist/pkgres-$(1)/LICENSE.txt: LICENSE.txt
175175
@$$(call E,pkg resource LICENSE.txt)
176176
$(Q)mkdir -p $$(@D)
177177
$(Q)cp $$< $$@

0 commit comments

Comments
 (0)