diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-10-15 20:42:54 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-10-15 20:42:54 +0200 |
commit | c3911ead5daf93b59e29e03b5df47a8aec770b46 (patch) | |
tree | 36a527c6f317f656949586c97a9b4646cd0a51ee /msdos/sed6.inp | |
parent | aa095b2db98ae149737f8de00ee733b1d257ed33 (diff) | |
download | emacs-c3911ead5daf93b59e29e03b5df47a8aec770b46.tar.gz |
Fix the MSDOS build broken by latest revisions.
src/unexcoff.c (make_hdr): Fix prototype according to changes in
2010-10-03T13:59:56Z!dann@ics.uci.edu.
msdos/sed1v2.inp: Use $(..) instead of ${..} in all edit commands.
Needed because of changes in 2010-10-10T14:43:05Z!dann@ics.uci.edu.
msdos/sed6.inp (mkinfodir): Edit to avoid Unix shell-isms. Needed
because of changes in 2010-10-09T18:31:12Z!rgm@gnu.org.
Diffstat (limited to 'msdos/sed6.inp')
-rw-r--r-- | msdos/sed6.inp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/msdos/sed6.inp b/msdos/sed6.inp index f8ad38e4dd9..2382971c30c 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp @@ -43,4 +43,6 @@ export texinputdir := $(srcdir)";"$(TEXINPUTS) s/^ for file in $(INFO_TARGETS)\; do rm -f.*$/ rm -f $(INFO_TARGETS)/ } +/^mkinfodir *=/s| @.*$|@command.com /c if not exist ..\\..\\info\\emacs mkdir ..\\..\\info| + # arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97 |