mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
run svnversion on parent to catch changes in common or other shared dirs
This commit is contained in:
parent
c02c3fec17
commit
5decd9bbf3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
PLATFORM=obj_palm
|
||||
SVNREV = $(shell svnversion -n . | tr ':' '_')
|
||||
SVNREV = $(shell svnversion -n .. | tr ':' '_')
|
||||
|
||||
ifeq ($(MEMDEBUG),TRUE)
|
||||
DEBUG = -DMEM_DEBUG -DDEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue