1
0
Fork 0

(svn r660) Fix typo introduced in r655

release/0.4.5
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 ifdef RELEASE
REV:=$(RELEASE) REV:=$(RELEASE)
else 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" ) tmp_test:=$(shell echo "$(REV)" | grep "M" )
ifdef tmp_test ifdef tmp_test
REV_NUMBER:=1 REV_NUMBER:=1