diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-20 20:31:33 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-20 20:31:33 -0500 |
commit | 29660b6b987db3f7ddf8f39b2b932871b2c7c214 (patch) | |
tree | e2ea86801c50c062c7cabe6b4d0f398d75cbf7bf /test/automated/Makefile.in | |
parent | 009111d66f5e7b0c1971bed68d951390c63e0ba8 (diff) |
* test/automated/Makefile.in: Tweak previous change
Diffstat (limited to 'test/automated/Makefile.in')
-rw-r--r-- | test/automated/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 2169ce0d22..a8adaf4048 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 = |