Skip to content

Commit

Permalink
Revert "Remove dependency of dmd on .cloned"
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Aug 22, 2015
1 parent 8e10e3d commit 19bb616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ dlangspec.verbatim.txt : $(DMD) verbatim.ddoc dlangspec-consolidated.d
# dmd compiler, latest released build and current build
################################################################################

$(DMD):
$(DMD) : ${DMD_DIR}/.cloned
${MAKE} --directory=${DMD_DIR}/src -f posix.mak -j 4

$(DMD_REL):
$(DMD_REL) : ${DMD_DIR}-${LATEST}/.cloned
${MAKE} --directory=${DMD_DIR}-${LATEST}/src -f posix.mak -j 4

################################################################################
Expand Down

0 comments on commit 19bb616

Please sign in to comment.