commit | 51d00936f83176c124405ce8373c85a99debf08b | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Fri Jan 30 09:34:05 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Fri Jan 30 09:34:05 2015 -0800 |
tree | 53c9e61e30c3d82a8606cd185a8470bf808d7712 | |
parent | 72984d881d7afb8d890380348061a3177b609e89 [diff] |
Subzero: Minor Makefile fix. The problem showed up after the link step failed, in which case $(OBJDIR)/llvm2ice was deleted but the ./llvm2ice symlink still existed. A subsequent "make check-lit" or "make check" would fail, so the basic "make" would have to be done first. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/887873002