From c04965c8dbd2e18fa8faf85344962072783cb56a Mon Sep 17 00:00:00 2001 From: smatz Date: Thu, 31 Jul 2008 19:19:29 +0000 Subject: (svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile --- Makefile.src.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.src.in b/Makefile.src.in index 71e403f0e..bac7dacb1 100644 --- a/Makefile.src.in +++ b/Makefile.src.in @@ -143,9 +143,11 @@ endif endif endif -# Make sure we have something in REV +# Make sure we have something in REV and REV_NR ifeq ($(REV),) REV := norev000 +endif +ifeq ($(REV_NR),) REV_NR := 0 endif -- cgit v1.2.3-70-g09d2