File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -314,14 +314,13 @@ ifdef CFG_WINDOWSY_$(CFG_BUILD)
314
314
MAYBE_MINGW_TARBALLS =$(foreach host,$(CFG_HOST ) ,dist/$(MINGW_PKG_NAME ) -$(host ) .tar.gz)
315
315
endif
316
316
317
- ifneq ($(CFG_DISABLE_DOCS ) ,)
318
- dist-tar-bins : $(foreach host,$(CFG_HOST ) ,dist/$(PKG_NAME ) -$(host ) .tar.gz) $(MAYBE_MINGW_TARBALLS )
319
- else
320
- dist-tar-bins : $(foreach host,$(CFG_HOST ) ,dist/$(PKG_NAME ) -$(host ) .tar.gz) \
321
- $(foreach host,$(CFG_HOST),dist/$(DOC_PKG_NAME)-$(host).tar.gz) \
322
- $(MAYBE_MINGW_TARBALLS)
317
+ ifeq ($(CFG_DISABLE_DOCS ) ,)
318
+ MAYBE_DOC_TARBALLS =$(foreach host,$(CFG_HOST ) ,dist/$(DOC_PKG_NAME ) -$(host ) .tar.gz)
323
319
endif
324
320
321
+ dist-tar-bins : $(foreach host,$(CFG_HOST ) ,dist/$(PKG_NAME ) -$(host ) .tar.gz) \
322
+ $(MAYBE_DOC_TARBALLS ) $(MAYBE_MINGW_TARBALLS )
323
+
325
324
# Just try to run the compiler for the build host
326
325
distcheck-tar-bins : dist-tar-bins
327
326
@$(call E, checking binary tarball)
You can’t perform that action at this time.
0 commit comments