From: Paul Eggert Date: Mon, 25 Jul 2011 18:48:17 +0000 (-0700) Subject: Use backslashes where DOS requires it. X-Git-Tag: emacs-pretest-24.0.90~104^2~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f13cae31f1beecc4f3fd39e4aa4bcb9fc8d9e7c1;p=emacs.git Use backslashes where DOS requires it. --- 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 < cd .. rem ---------------------------------------------------------------------- Echo Configuring the lib directory... -If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h +If Exist build-aux\snippet\c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h cd lib Rem Rename files like djtar on plain DOS filesystem would. -If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h +If Exist build-aux\snippet\c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h If Exist getopt.in.h update getopt.in.h getopt.in-h If Exist stdbool.in.h update stdbool.in.h stdbool.in-h If Exist stddef.in.h update stddef.in.h stddef.in-h