Make -j8 safe.

llvm-svn: 67252
This commit is contained in:
Mike Stump 2009-03-18 22:53:10 +00:00
parent ea2be5e8ee
commit 1a0d5707af
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include -DTA
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