Skip to content

Commit

Permalink
Fix dependencies for dmd-prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Jan 15, 2016
1 parent dd10bb6 commit e725d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -357,8 +357,8 @@ $(DMD) : ${DMD_DIR}
$(DMD_REL) : ${DMD_DIR}-${LATEST}
${MAKE} --directory=${DMD_DIR}-${LATEST}/src -f posix.mak -j 4

dmd-prerelease : ${DMD_DIR} $(DMD)
${MAKE} --directory=${DMD_DIR} -f posix.mak html \
dmd-prerelease : $(STD_DDOC_PRE) $(DMD_DIR) $(DMD)
$(MAKE) --directory=$(DMD_DIR) -f posix.mak html \
DOCDIR=${DOC_OUTPUT_DIR}/dmd-prerelease \
DOCFMT="$(addprefix `pwd`/, $(STD_DDOC_PRE))"

Expand Down

0 comments on commit e725d46

Please sign in to comment.