diff options
| author | Po Lu | 2022-08-18 14:24:30 +0800 |
|---|---|---|
| committer | Po Lu | 2022-08-18 14:24:43 +0800 |
| commit | 9f26a8d31b1c7e6a596ca0933f327df5ac60463d (patch) | |
| tree | 631b12d0705af4489bb3a7ccf163a8504b737db5 /config.bat | |
| parent | 7406ae4c98fdbf9ea53444defcc75ee75e7e2668 (diff) | |
| download | emacs-9f26a8d31b1c7e6a596ca0933f327df5ac60463d.tar.gz emacs-9f26a8d31b1c7e6a596ca0933f327df5ac60463d.zip | |
Fix the MS-DOS build
* config.bat: Generate stdckdint.in.h
* msdos/sedlibmk.inp (STDCKDINT_H)
(GL_GENERATE_STDCKDINT_H_CONDITION): Update these variables too.
Diffstat (limited to 'config.bat')
| -rw-r--r-- | config.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bat b/config.bat index e9a180c8eed..4adc477bc95 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -301,6 +301,7 @@ If Exist sys_time.in.h update sys_time.in.h sys_time.in-h | |||
| 301 | If Exist sys_types.in.h update sys_types.in.h sys_types.in-h | 301 | If Exist sys_types.in.h update sys_types.in.h sys_types.in-h |
| 302 | If Exist time.in.h update time.in.h time.in-h | 302 | If Exist time.in.h update time.in.h time.in-h |
| 303 | If Exist unistd.in.h update unistd.in.h unistd.in-h | 303 | If Exist unistd.in.h update unistd.in.h unistd.in-h |
| 304 | If Exist stdckdint.in.h update stdckdint.in.h stdckdint.in-h | ||
| 304 | If Exist gnulib.mk.in update gnulib.mk.in gnulib.mk-in | 305 | If Exist gnulib.mk.in update gnulib.mk.in gnulib.mk-in |
| 305 | Rem Only repository has the msdos/autogen directory | 306 | Rem Only repository has the msdos/autogen directory |
| 306 | If Exist Makefile.in sed -f ../msdos/sedlibcf.inp < Makefile.in > makefile.tmp | 307 | If Exist Makefile.in sed -f ../msdos/sedlibcf.inp < Makefile.in > makefile.tmp |