changeset 716:893c1893398f

[project @ 1994-09-20 22:48:30 by jwe]
author jwe
date Tue, 20 Sep 1994 22:48:30 +0000
parents 6544b83ef9e9
children b14a2dda50e7
files Makeconf.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makeconf.in
+++ b/Makeconf.in
@@ -91,7 +91,7 @@
 
 # The version number.  TOPDIR is something like `.' or `..' or `../..'
 # and gets us back up to the top level of the source tree.
-version = `$(getversion) $(srcdir)/$(TOPDIR)/src/version.h`
+version := `$(getversion) $(srcdir)/$(TOPDIR)/src/version.h`
 
 # ==================== Where To Install Things ====================