(svn r660) Fix typo introduced in r655
authortron
Wed, 17 Nov 2004 18:22:21 +0000
changeset 450 c5102d6f280e
parent 449 d9325d9f24bb
child 451 1c72622b9701
(svn r660) Fix typo introduced in r655
Makefile
--- a/Makefile	Wed Nov 17 18:03:33 2004 +0000
+++ b/Makefile	Wed Nov 17 18:22:21 2004 +0000
@@ -243,7 +243,7 @@
 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