Use "m/intel386" instead of "m/dos386.h".
This commit is contained in:
parent
a8ce00dce2
commit
56206da3d7
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ s!/bin/sh!command.com!
|
|||
/^CPP *=/s/@[^@\n]*@/gcc -e/
|
||||
/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/
|
||||
/^LN_S *=/s/@[^@\n]*@/ln -s/
|
||||
/^M_FILE *=/s!@[^@\n]*@!m/dos386.h!
|
||||
/^M_FILE *=/s!@[^@\n]*@!m/intel386.h!
|
||||
/^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
|
||||
/^@SET_MAKE@$/s/@SET_MAKE@//
|
||||
/^.\${libsrc}make-doc/s!>.*$!!
|
||||
|
|
|
@ -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"!
|
||||
|
|
Loading…
Add table
Reference in a new issue