From 8188e3e9dd1513836a24a9c289c3b86866f26dba Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 May 1994 20:32:12 +0000 Subject: Don't pass version to [ce]tags. --- msdos/sed3.inp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'msdos') 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! -- cgit v1.2.1