From 1f163665bac638d2668024eb0cff1afe3338165b Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 15 Sep 2006 07:52:45 +0000 Subject: [PATCH] tweak svnversion output so make stays happy --- wince/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wince/Makefile b/wince/Makefile index 48bae390f..90afe7228 100644 --- a/wince/Makefile +++ b/wince/Makefile @@ -15,7 +15,7 @@ # # mingw32 mingw32-binutils mingw32-runtime pocketpc-sdk -SVNREV = $(shell svnversion -n .) +SVNREV = $(shell svnversion -n . | tr ':' '_') PLATFORM = wince