summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-13 00:49:54 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-13 00:49:54 +0000
commit1040b625d4f0a5de19044fac4601e55d16357a6a (patch)
tree1f82f12c77f6a236eaa44571b89bbf1ba871c171 /src/Makefile.in
parent345be9d01086eae1d5fda78a4c1e68f11655154d (diff)
downloademacs-1040b625d4f0a5de19044fac4601e55d16357a6a.tar.gz
(emacs): Warn about shadowed standard libraries here.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 96390c356b8..631bf4567d5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -805,6 +805,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
/* We run make-docfile twice because the command line may get too long
on some systems. */