Skip to content

Commit 4376189

Browse files
committed
Update deps on the dist rule to something more modern.
1 parent 9083293 commit 4376189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/dist.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lic.txt: $(S)LICENSE.txt
4040
@$(call E, crlf: $@)
4141
@$(Q)perl -pe 's@\r\n|\n@\r\n@go' <$< >$@
4242

43-
$(PKG_EXE): $(PKG_NSI) $(PKG_FILES) $(DOCS) $(SREQ3$(CFG_HOST_TRIPLE)) lic.txt
43+
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
4444
@$(call E, makensis: $@)
4545
$(Q)makensis -NOCD -V1 "-XOutFile $@" "-XLicenseData lic.txt" $<
4646
$(Q)rm -f lic.txt
@@ -69,7 +69,6 @@ ifdef CFG_WINDOWSY
6969

7070
dist: $(PKG_EXE)
7171

72-
7372
distcheck: dist
7473
@echo
7574
@echo -----------------------------------------------

0 commit comments

Comments
 (0)