Minor msdos build change.
* msdos/sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h. * src/s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
This commit is contained in:
parent
ebbc2619f0
commit
d494e8f280
4 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-05-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h.
|
||||
|
||||
* sed1v2.inp (LD): Edit to $(CC).
|
||||
(YMF_PASS_LDFLAGS): Edit to `flags'.
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
/^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/
|
||||
/^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/
|
||||
/^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/
|
||||
/^#undef ORDINARY_LINK/s/^.*$/#define ORDINARY_LINK 1/
|
||||
/^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/
|
||||
/^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
|
||||
/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
2010-05-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
|
||||
|
||||
* Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
|
||||
(GNULIB_VAR): Remove.
|
||||
(LIBES): Use LIB_GCC instead of GNULIB_VAR.
|
||||
|
|
|
@ -82,8 +82,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
|
|||
|
||||
#define _NAIVE_DOS_REGS
|
||||
|
||||
#define ORDINARY_LINK
|
||||
|
||||
/* command.com does not understand `...` so we define this. */
|
||||
#define SEPCHAR ';'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue