From: Richard M. Stallman Date: Mon, 25 Aug 1997 19:13:16 +0000 (+0000) Subject: (emacs): Put dash at beginning. X-Git-Tag: emacs-20.1~418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b36676955d6629eb1767bdace2f1f1f98f6a1ff;p=emacs.git (emacs): Put dash at beginning. --- 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. */