File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -400,8 +400,8 @@ $(DMD) : ${DMD_DIR}
400400$(DMD_STABLE ) : ${DMD_STABLE_DIR}
401401 ${MAKE} --directory=${DMD_STABLE_DIR} /src -f posix.mak AUTO_BOOTSTRAP=1
402402
403- dmd-release : $(STD_DDOC ) $(DMD_DIR ) $(DMD )
404- $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR ) -f posix.mak html $(DDOC_VARS_STABLE )
403+ dmd-release : $(STD_DDOC ) $(DMD_STABLE_DIR ) $(DMD_STABLE )
404+ $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_STABLE_DIR ) -f posix.mak html $(DDOC_VARS_STABLE )
405405
406406dmd-prerelease : $(STD_DDOC_PRE ) $(DMD_DIR ) $(DMD )
407407 $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR ) -f posix.mak html $(DDOC_VARS_HTML )
@@ -449,7 +449,8 @@ ${DOC_OUTPUT_DIR}/phobos-prerelease/object.verbatim : $(DMD)
449449phobos-prerelease : ${PHOBOS_FILES_GENERATED} $(STD_DDOC_PRE ) druntime-prerelease
450450 $(MAKE ) --directory=$(PHOBOS_DIR_GENERATED ) -f posix.mak html $(DDOC_VARS_HTML )
451451
452- phobos-release : ${PHOBOS_STABLE_FILES_GENERATED} $(DMD_STABLE ) $(STD_DDOC ) druntime-release
452+ phobos-release : ${PHOBOS_STABLE_FILES_GENERATED} $(DMD_STABLE ) $(STD_DDOC ) \
453+ druntime-release dmd-release
453454 $(MAKE ) --directory=$(PHOBOS_STABLE_DIR_GENERATED ) -f posix.mak html $(DDOC_VARS_STABLE )
454455
455456phobos-prerelease-verbatim : ${PHOBOS_FILES_GENERATED} ${DOC_OUTPUT_DIR}/phobos-prerelease/index.verbatim
You can’t perform that action at this time.
0 commit comments