summaryrefslogtreecommitdiff
path: root/msdos/sed2.inp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-11 05:08:52 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-11 05:08:52 +0000
commit56206da3d74907123fd9b90257aa3b832da89b73 (patch)
treed14319321bb0a57c4ec6d7ad55d8906b3cb0ce1c /msdos/sed2.inp
parenta8ce00dce2af613d77aca6233cd11778fc2b1c73 (diff)
downloademacs-56206da3d74907123fd9b90257aa3b832da89b73.tar.gz
Use "m/intel386" instead of "m/dos386.h".
Diffstat (limited to 'msdos/sed2.inp')
-rw-r--r--msdos/sed2.inp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp
index b966aadf11c..00720c2ff92 100644
--- a/msdos/sed2.inp
+++ b/msdos/sed2.inp
@@ -26,4 +26,4 @@ s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/
s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
-s!^#undef config_machfile *$!#define config_machfile "m/dos386.h"!
+s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!