Move generated file to ObjDir.

llvm-svn: 67225
This commit is contained in:
Mike Stump 2009-03-18 20:12:50 +00:00
parent c230443178
commit 25d1dc2a20
1 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include -DTA
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common
.ver: .ver:
@if [ '$(SVN_REVISION)' != '$(shell cat .ver-svn 2>/dev/null)' ]; then \ @if [ '$(SVN_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\
echo '$(SVN_REVISION)' > .ver-svn; \ echo '$(SVN_REVISION)' > $(ObjDir)/.ver-svn; \
fi fi
.ver-svn: .ver $(ObjDir)/.ver-svn: .ver
$(ObjDir)/Driver.o: .ver-svn $(ObjDir)/Driver.o: $(ObjDir)/.ver-svn