diff options
| author | Richard M. Stallman | 1997-08-13 00:49:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-13 00:49:54 +0000 |
| commit | e376701ac136b269bb24da62dd28ed70eb790631 (patch) | |
| tree | 91940a9681c73cdcc8cb039e76d90afe76299a67 | |
| parent | 9b10b5a3dd5f9750d9c27e77eba60725d8e2cb24 (diff) | |
| download | emacs-e376701ac136b269bb24da62dd28ed70eb790631.tar.gz emacs-e376701ac136b269bb24da62dd28ed70eb790631.zip | |
(emacs): Warn about shadowed standard libraries here.
| -rw-r--r-- | src/Makefile.in | 1 |
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} | |||
| 805 | ./temacs -batch -l loadup dump | 805 | ./temacs -batch -l loadup dump |
| 806 | #endif /* ! defined (HAVE_SHM) */ | 806 | #endif /* ! defined (HAVE_SHM) */ |
| 807 | #endif /* ! defined (CANNOT_DUMP) */ | 807 | #endif /* ! defined (CANNOT_DUMP) */ |
| 808 | ./emacs -q -batch -f list-load-path-shadows | ||
| 808 | 809 | ||
| 809 | /* We run make-docfile twice because the command line may get too long | 810 | /* We run make-docfile twice because the command line may get too long |
| 810 | on some systems. */ | 811 | on some systems. */ |