From: Glenn Morris Date: Thu, 21 Nov 2013 01:31:33 +0000 (-0500) Subject: * test/automated/Makefile.in: Tweak previous change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~765 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29660b6b987db3f7ddf8f39b2b932871b2c7c214;p=emacs.git * test/automated/Makefile.in: Tweak previous change --- diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 2169ce0d224..a8adaf40483 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -36,7 +36,7 @@ EMACS = ../../src/emacs # Command line flags for Emacs. # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, # but we might as well be explicit. -EMACSOPT = -batch --no-site-file --no-site-lisp -L $(PATH_SEPARATOR)$(srcdir) +EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(PATH_SEPARATOR)$(srcdir)" # Extra flags to pass to the byte compiler. BYTE_COMPILE_EXTRA_FLAGS =