summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-25 19:13:16 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-25 19:13:16 +0000
commit8a1f56708feb067aedb92d642054513c66c7e083 (patch)
tree8bda61f46381e68e3259114b10b641cea8deeaff /src
parent7b618a5c4757d2f39c8a3b7d7bbfc24e42912c4a (diff)
downloademacs-8a1f56708feb067aedb92d642054513c66c7e083.tar.gz
(emacs): Put dash at beginning.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 41d8adfecf5..8156dd51893 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -810,7 +810,7 @@ emacs: temacs ${etc}DOC ${lisp}
./temacs -batch -l loadup dump
#endif /* ! defined (HAVE_SHM) */
#endif /* ! defined (CANNOT_DUMP) */
- ./emacs -q -batch -f list-load-path-shadows
+ -./emacs -q -batch -f list-load-path-shadows
/* We run make-docfile twice because the command line may get too long
on some systems. */