summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-08 20:32:12 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-08 20:32:12 +0000
commitfa974a004ae8d3cc53dd4240e919898222ebbe54 (patch)
tree707d05342a2256ebf8b40868799b3def1ffd6013 /msdos
parent02b81698a57823799370868cc6670d65c1b4a013 (diff)
downloademacs-fa974a004ae8d3cc53dd4240e919898222ebbe54.tar.gz
Don't pass version to [ce]tags.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed3.inp4
1 files changed, 3 insertions, 1 deletions
diff --git a/msdos/sed3.inp b/msdos/sed3.inp
index 966e9509829..36ac66a05c7 100644
--- a/msdos/sed3.inp
+++ b/msdos/sed3.inp
@@ -4,7 +4,9 @@
/^# DIST: /d
/^SHELL *=/s/^/# /
/^CC *=/s/=.*$/=gcc/
-/-DVERSION=/s/"\\"\${version}\\""/\\"${version}\\"/
+# 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}\\""//
/^configname *=/s/=.*$/=msdos/
/^archlibdir *=/s!=.*$!=/emacs/bin!
/^bindir *=/s!=.*$!=/emacs/bin!