mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
mk: Fix 'make dist' on Mac
This commit is contained in:
parent
612e22e417
commit
4aa7a8a5c8
@ -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 $$< $$@
|
||||
|
Loading…
Reference in New Issue
Block a user