aboutsummaryrefslogtreecommitdiffstats
path: root/config.bat
diff options
context:
space:
mode:
authorPaul Eggert2011-07-25 11:48:17 -0700
committerPaul Eggert2011-07-25 11:48:17 -0700
commitf13cae31f1beecc4f3fd39e4aa4bcb9fc8d9e7c1 (patch)
treec58cc8c7ddcc8526f62a48a8122d44fabb96b9e8 /config.bat
parentabec06ffd21cf6b31eac0e83f236981f627627fa (diff)
downloademacs-f13cae31f1beecc4f3fd39e4aa4bcb9fc8d9e7c1.tar.gz
emacs-f13cae31f1beecc4f3fd39e4aa4bcb9fc8d9e7c1.zip
Use backslashes where DOS requires it.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat4
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 <
275cd .. 275cd ..
276rem ---------------------------------------------------------------------- 276rem ----------------------------------------------------------------------
277Echo Configuring the lib directory... 277Echo Configuring the lib directory...
278If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h 278If Exist build-aux\snippet\c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h
279cd lib 279cd lib
280Rem Rename files like djtar on plain DOS filesystem would. 280Rem Rename files like djtar on plain DOS filesystem would.
281If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h 281If Exist build-aux\snippet\c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h
282If Exist getopt.in.h update getopt.in.h getopt.in-h 282If Exist getopt.in.h update getopt.in.h getopt.in-h
283If Exist stdbool.in.h update stdbool.in.h stdbool.in-h 283If Exist stdbool.in.h update stdbool.in.h stdbool.in-h
284If Exist stddef.in.h update stddef.in.h stddef.in-h 284If Exist stddef.in.h update stddef.in.h stddef.in-h