mirror of https://github.com/OpenTTD/OpenTTD
(svn r660) Fix typo introduced in r655
parent
3a7abc2a35
commit
d753aeea58
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue