aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-25 19:13:16 +0000
committerRichard M. Stallman1997-08-25 19:13:16 +0000
commit3b36676955d6629eb1767bdace2f1f1f98f6a1ff (patch)
tree515974688c3e6de16c3796fe142a379099139d7f /src
parentd322f0096d2cd0e7325ab20af1b45659d6f4069e (diff)
downloademacs-3b36676955d6629eb1767bdace2f1f1f98f6a1ff.tar.gz
emacs-3b36676955d6629eb1767bdace2f1f1f98f6a1ff.zip
(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}
810 ./temacs -batch -l loadup dump 810 ./temacs -batch -l loadup dump
811#endif /* ! defined (HAVE_SHM) */ 811#endif /* ! defined (HAVE_SHM) */
812#endif /* ! defined (CANNOT_DUMP) */ 812#endif /* ! defined (CANNOT_DUMP) */
813 ./emacs -q -batch -f list-load-path-shadows 813 -./emacs -q -batch -f list-load-path-shadows
814 814
815/* We run make-docfile twice because the command line may get too long 815/* We run make-docfile twice because the command line may get too long
816 on some systems. */ 816 on some systems. */