]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't pass version to [ce]tags.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 May 1994 20:32:12 +0000 (20:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 May 1994 20:32:12 +0000 (20:32 +0000)
msdos/sed3.inp

index 966e95098298185a4e15a03234caa1ed6e87d1cd..36ac66a05c7730d45164eda1adb7535ba5d4c2c3 100644 (file)
@@ -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!