commit | c8ea24e7729895fce09a1805bbcddcceea48e2a6 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Wed Mar 18 22:53:10 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Wed Mar 18 22:53:10 2009 +0000 |
tree | 025465e6d0bf80ab7a2b0e7ba6ebf733281d5707 | |
parent | 622bfc8421b63660e392f8876470e71171fedb67 [diff] [blame] |
Make -j8 safe. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67252 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/Makefile b/lib/Driver/Makefile index c47bf62..7993279 100644 --- a/lib/Driver/Makefile +++ b/lib/Driver/Makefile
@@ -18,7 +18,7 @@ include $(LEVEL)/Makefile.common -.ver: +$(ObjDir)/.ver-svn .ver: @if [ '$(SVN_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\ echo '$(SVN_REVISION)' > $(ObjDir)/.ver-svn; \ fi