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:
Glenn Morris 2010-05-18 19:51:51 -07:00
parent ebbc2619f0
commit d494e8f280
4 changed files with 5 additions and 2 deletions

View file

@ -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'.

View file

@ -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 ""/

View file

@ -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.

View file

@ -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 ';'