diff options
| author | Glenn Morris | 2013-11-20 20:31:33 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-11-20 20:31:33 -0500 |
| commit | 29660b6b987db3f7ddf8f39b2b932871b2c7c214 (patch) | |
| tree | e2ea86801c50c062c7cabe6b4d0f398d75cbf7bf | |
| parent | 009111d66f5e7b0c1971bed68d951390c63e0ba8 (diff) | |
| download | emacs-29660b6b987db3f7ddf8f39b2b932871b2c7c214.tar.gz emacs-29660b6b987db3f7ddf8f39b2b932871b2c7c214.zip | |
* test/automated/Makefile.in: Tweak previous change
| -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 2169ce0d224..a8adaf40483 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in | |||
| @@ -36,7 +36,7 @@ EMACS = ../../src/emacs | |||
| 36 | # Command line flags for Emacs. | 36 | # Command line flags for Emacs. |
| 37 | # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, | 37 | # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, |
| 38 | # but we might as well be explicit. | 38 | # but we might as well be explicit. |
| 39 | EMACSOPT = -batch --no-site-file --no-site-lisp -L $(PATH_SEPARATOR)$(srcdir) | 39 | EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(PATH_SEPARATOR)$(srcdir)" |
| 40 | 40 | ||
| 41 | # Extra flags to pass to the byte compiler. | 41 | # Extra flags to pass to the byte compiler. |
| 42 | BYTE_COMPILE_EXTRA_FLAGS = | 42 | BYTE_COMPILE_EXTRA_FLAGS = |