diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-30 20:28:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-30 20:28:50 +0000 |
commit | 6f17d2397870dc96eb2c568912bd2a15aaf0c01b (patch) | |
tree | 8c1dbda7188e791e1ac2b447b0d61c4fe0302ac8 /msdos | |
parent | bb7907bc1bbac48cc5bd275ad517f56043199393 (diff) | |
download | emacs-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.inp | 2 |
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! |