From: Eli Zaretskii Date: Wed, 6 Oct 2004 15:46:19 +0000 (+0000) Subject: (LC_ALL=C): Fix src/Makefile breakage caused by X-Git-Tag: ttn-vms-21-2-B4~4694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0b6ad00ce4ca0e322ff966c74b6e88953c6f7f6;p=emacs.git (LC_ALL=C): Fix src/Makefile breakage caused by recent (2004-09-24) changes in src/Makefile.in. --- diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 1722153dc51..e906a8f4954 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,8 @@ +2004-10-06 Eli Zaretskii + + * sed1v2.inp (LC_ALL=C): Fix src/Makefile breakage caused by + recent (2004-09-24) changes in src/Makefile.in. + 2004-08-14 Eli Zaretskii * sedleim.inp: Remove the lines which say "@true", to avoid diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index dc316819a5d..8edc1616f23 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp @@ -20,9 +20,9 @@ s/^#.*// s/^[ \f\t][ \f\t]*$// s/^ / / s/\.h\.in/.h-in/ -/^ LC_ALL=C \.\/temacs/i\ +/^ LC_ALL=C \$(RUN_TEMACS)/i\ stubedit temacs.exe minstack=100k -/^ LC_ALL=C.*temacs/s/LC_ALL=C/set &;/ +/^ LC_ALL=C.*\$(RUN_TEMACS)/s/LC_ALL=C/set &;/ /^MAKE *=/s/^/# / /^SHELL *=/s/^/# / /^srcdir *=/s/@[^@\n]*@/./