Skip to content

Commit

Permalink
Merge pull request #1074 from aG0aep6G/revert-1050-no.cloned
Browse files Browse the repository at this point in the history
Revert "Remove dependency of dmd on .cloned"
  • Loading branch information
MartinNowak committed Aug 23, 2015
2 parents 6430951 + 19bb616 commit 20ee20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -338,10 +338,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 20ee20a

Please sign in to comment.