run svnversion on parent to catch changes in common or other shared dirs

This commit is contained in:
ehouse 2007-01-16 02:48:27 +00:00
parent 313dad4357
commit df2807e422

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
PLATFORM=obj_palm PLATFORM=obj_palm
SVNREV = $(shell svnversion -n . | tr ':' '_') SVNREV = $(shell svnversion -n .. | tr ':' '_')
ifeq ($(MEMDEBUG),TRUE) ifeq ($(MEMDEBUG),TRUE)
DEBUG = -DMEM_DEBUG -DDEBUG DEBUG = -DMEM_DEBUG -DDEBUG