Index: /trunk/source/lisp-kernel/darwinx8632/Makefile
===================================================================
--- /trunk/source/lisp-kernel/darwinx8632/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/darwinx8632/Makefile	(revision 15161)
@@ -15,5 +15,5 @@
 
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 SDKROOT=/
Index: /trunk/source/lisp-kernel/darwinx8664/Makefile
===================================================================
--- /trunk/source/lisp-kernel/darwinx8664/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/darwinx8664/Makefile	(revision 15161)
@@ -15,5 +15,5 @@
 
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 SDKROOT=/
Index: /trunk/source/lisp-kernel/freebsdx8632/Makefile
===================================================================
--- /trunk/source/lisp-kernel/freebsdx8632/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/freebsdx8632/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ..
Index: /trunk/source/lisp-kernel/freebsdx8664/Makefile
===================================================================
--- /trunk/source/lisp-kernel/freebsdx8664/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/freebsdx8664/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ..
Index: /trunk/source/lisp-kernel/linuxarm/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxarm/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/linuxarm/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ../
Index: /trunk/source/lisp-kernel/linuxppc/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxppc/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/linuxppc/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ../
Index: /trunk/source/lisp-kernel/linuxppc64/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxppc64/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/linuxppc64/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ../
Index: /trunk/source/lisp-kernel/linuxx8632/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxx8632/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/linuxx8632/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ../
Index: /trunk/source/lisp-kernel/linuxx8664/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxx8664/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/linuxx8664/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ../
Index: /trunk/source/lisp-kernel/solarisx64/Makefile
===================================================================
--- /trunk/source/lisp-kernel/solarisx64/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/solarisx64/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ..
Index: /trunk/source/lisp-kernel/solarisx86/Makefile
===================================================================
--- /trunk/source/lisp-kernel/solarisx86/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/solarisx86/Makefile	(revision 15161)
@@ -14,5 +14,5 @@
 #   http://opensource.franz.com/preamble.html
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ..
Index: /trunk/source/lisp-kernel/win32/Makefile
===================================================================
--- /trunk/source/lisp-kernel/win32/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/win32/Makefile	(revision 15161)
@@ -28,5 +28,5 @@
 # Accept the dependencies the installation tool may add.
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ../
Index: /trunk/source/lisp-kernel/win64/Makefile
===================================================================
--- /trunk/source/lisp-kernel/win64/Makefile	(revision 15160)
+++ /trunk/source/lisp-kernel/win64/Makefile	(revision 15161)
@@ -28,5 +28,5 @@
 # Accept the dependencies the installation tool may add.
 
-SVN_REVISION=$(shell svnversion || echo "unknown")
+SVN_REVISION := "$(shell svnversion || echo unknown)"
 
 VPATH = ../
