(svn r660) Fix typo introduced in r655

This commit is contained in:
tron 2004-11-17 18:22:21 +00:00
parent 3a7abc2a35
commit d753aeea58
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ REV_NUMBER := $(shell if test -d .svn; then svnversion . | tr -dc 0-9; fi)
ifdef RELEASE
REV:=$(RELEASE)
else
REV := $(shell if test -d .svn; then svnversion . | awk '{ print "r"$0 }'; fi)
REV := $(shell if test -d .svn; then svnversion . | awk '{ print "r"$$0 }'; fi)
tmp_test:=$(shell echo "$(REV)" | grep "M" )
ifdef tmp_test
REV_NUMBER:=1