diff options
-rw-r--r-- | msdos/sed3v2.inp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index ea3e3fdd3a2..ae3fa216a58 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp @@ -4,9 +4,7 @@ /^# DIST: /d /^SHELL *=/s/^/# / /^CC *=/s/=.*$/=gcc/ -# Actually, here we should patch in the exact version number, but only -# [ce]tags uses it. Don't pass it. This is more update-resistant. -/-DVERSION=/s/-DVERSION="\\"\${version}\\""// +/-DVERSION=/s/@version@/\${version}/ /^configname *=/s/=.*$/=msdos/ /^archlibdir *=/s!=.*$!=/emacs/bin! /^bindir *=/s!=.*$!=/emacs/bin! |