We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9083293 commit 4376189Copy full SHA for 4376189
mk/dist.mk
@@ -40,7 +40,7 @@ lic.txt: $(S)LICENSE.txt
40
@$(call E, crlf: $@)
41
@$(Q)perl -pe 's@\r\n|\n@\r\n@go' <$< >$@
42
43
-$(PKG_EXE): $(PKG_NSI) $(PKG_FILES) $(DOCS) $(SREQ3$(CFG_HOST_TRIPLE)) lic.txt
+$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
44
@$(call E, makensis: $@)
45
$(Q)makensis -NOCD -V1 "-XOutFile $@" "-XLicenseData lic.txt" $<
46
$(Q)rm -f lic.txt
@@ -69,7 +69,6 @@ ifdef CFG_WINDOWSY
69
70
dist: $(PKG_EXE)
71
72
-
73
distcheck: dist
74
@echo
75
@echo -----------------------------------------------
0 commit comments