parent
c230443178
commit
25d1dc2a20
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue