summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-30 20:28:50 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-30 20:28:50 +0000
commit6f17d2397870dc96eb2c568912bd2a15aaf0c01b (patch)
tree8c1dbda7188e791e1ac2b447b0d61c4fe0302ac8 /msdos
parentbb7907bc1bbac48cc5bd275ad517f56043199393 (diff)
downloademacs-6f17d2397870dc96eb2c568912bd2a15aaf0c01b.tar.gz
We don't have to have the version number in here anymore.
Instead we patch the way it is passed from make to the C compiler.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed3.inp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed3.inp b/msdos/sed3.inp
index d8c3f2d5571..966e9509829 100644
--- a/msdos/sed3.inp
+++ b/msdos/sed3.inp
@@ -4,7 +4,7 @@
/^# DIST: /d
/^SHELL *=/s/^/# /
/^CC *=/s/=.*$/=gcc/
-/^version *=/s/=.*$/="19.23"/
+/-DVERSION=/s/"\\"\${version}\\""/\\"${version}\\"/
/^configname *=/s/=.*$/=msdos/
/^archlibdir *=/s!=.*$!=/emacs/bin!
/^bindir *=/s!=.*$!=/emacs/bin!