Update deps on the dist rule to something more modern.
This commit is contained in:
parent
9083293677
commit
4376189050
1 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,7 @@ lic.txt: $(S)LICENSE.txt
|
|||
@$(call E, crlf: $@)
|
||||
@$(Q)perl -pe 's@\r\n|\n@\r\n@go' <$< >$@
|
||||
|
||||
$(PKG_EXE): $(PKG_NSI) $(PKG_FILES) $(DOCS) $(SREQ3$(CFG_HOST_TRIPLE)) lic.txt
|
||||
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
|
||||
@$(call E, makensis: $@)
|
||||
$(Q)makensis -NOCD -V1 "-XOutFile $@" "-XLicenseData lic.txt" $<
|
||||
$(Q)rm -f lic.txt
|
||||
|
@ -69,7 +69,6 @@ ifdef CFG_WINDOWSY
|
|||
|
||||
dist: $(PKG_EXE)
|
||||
|
||||
|
||||
distcheck: dist
|
||||
@echo
|
||||
@echo -----------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue