Update deps on the dist rule to something more modern.

This commit is contained in:
Graydon Hoare 2012-01-19 20:59:36 -08:00
parent 9083293677
commit 4376189050

View file

@ -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 -----------------------------------------------