# HG changeset patch # User jwe # Date 780180396 0 # Node ID 70e94717bd92eebaefe4cbb25b634cf81bed300c # Parent cce5bd9acc658635b8ea81df25e1184f8b4177e3 [project @ 1994-09-21 20:46:36 by jwe] diff --git a/Makeconf.in b/Makeconf.in --- 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 := $(shell `$(getversion) $(srcdir)/$(TOPDIR)/src/version.h) +version := $(shell $(getversion) $(srcdir)/$(TOPDIR)/src/version.h) # ==================== Where To Install Things ====================