# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 872536396 0
# Node ID ade0f0a14b7a74cc6d935ee2002951e91d09fec2
# Parent  5ccd55d16f8cc7aba4a2c4673d7e4a6d94e87fc2
(emacs): Put dash at beginning.

diff -r 5ccd55d16f8c -r ade0f0a14b7a src/Makefile.in
--- a/src/Makefile.in	Mon Aug 25 17:18:44 1997 +0000
+++ b/src/Makefile.in	Mon Aug 25 19:13:16 1997 +0000
@@ -810,7 +810,7 @@
 	./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.  */