diff options
-rw-r--r-- | lib/Driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Makefile b/lib/Driver/Makefile index c47bf62b99..79932799b1 100644 --- a/lib/Driver/Makefile +++ b/lib/Driver/Makefile @@ -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 |