]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs): Put dash at beginning.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Aug 1997 19:13:16 +0000 (19:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Aug 1997 19:13:16 +0000 (19:13 +0000)
src/Makefile.in

index 41d8adfecf5626f7dd0b470291946d84fc00a083..8156dd51893da41aae14b775f6add69b2b4e1006 100644 (file)
@@ -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.  */