diff options
| -rw-r--r-- | config.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.bat b/config.bat index affba453fcb..a3660d577cd 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -275,10 +275,10 @@ for %%d in (emacs lispref lispintro lispintr misc) do sed -f ../msdos/sed6.inp < | |||
| 275 | cd .. | 275 | cd .. |
| 276 | rem ---------------------------------------------------------------------- | 276 | rem ---------------------------------------------------------------------- |
| 277 | Echo Configuring the lib directory... | 277 | Echo Configuring the lib directory... |
| 278 | If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h | 278 | If Exist build-aux\snippet\c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h |
| 279 | cd lib | 279 | cd lib |
| 280 | Rem Rename files like djtar on plain DOS filesystem would. | 280 | Rem Rename files like djtar on plain DOS filesystem would. |
| 281 | If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h | 281 | If Exist build-aux\snippet\c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h |
| 282 | If Exist getopt.in.h update getopt.in.h getopt.in-h | 282 | If Exist getopt.in.h update getopt.in.h getopt.in-h |
| 283 | If Exist stdbool.in.h update stdbool.in.h stdbool.in-h | 283 | If Exist stdbool.in.h update stdbool.in.h stdbool.in-h |
| 284 | If Exist stddef.in.h update stddef.in.h stddef.in-h | 284 | If Exist stddef.in.h update stddef.in.h stddef.in-h |