Mercurial > hg > octave-lyh
diff Makeconf.in @ 727:70e94717bd92
[project @ 1994-09-21 20:46:36 by jwe]
author | jwe |
---|---|
date | Wed, 21 Sep 1994 20:46:36 +0000 |
parents | 8fe4c32d09e0 |
children | 3fc1ccd5a9db |
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 := $(shell `$(getversion) $(srcdir)/$(TOPDIR)/src/version.h) +version := $(shell $(getversion) $(srcdir)/$(TOPDIR)/src/version.h) # ==================== Where To Install Things ====================