aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/msdos.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5d1c53bf7ba..8a5d5b9fb84 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-05-19 Glenn Morris <rgm@gnu.org> 12010-05-19 Glenn Morris <rgm@gnu.org>
2 2
3 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4
3 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp. 5 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4 (GNULIB_VAR): Remove. 6 (GNULIB_VAR): Remove.
5 (LIBES): Use LIB_GCC instead of GNULIB_VAR. 7 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 90f630c8627..c78096c6b90 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -82,8 +82,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
82 82
83#define _NAIVE_DOS_REGS 83#define _NAIVE_DOS_REGS
84 84
85#define ORDINARY_LINK
86
87/* command.com does not understand `...` so we define this. */ 85/* command.com does not understand `...` so we define this. */
88#define SEPCHAR ';' 86#define SEPCHAR ';'
89 87