diff options
| author | Adrian Robert | 2008-08-07 01:36:30 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-07 01:36:30 +0000 |
| commit | b330336c40599bc7bc2e9d8bdd591cbff62d01e1 (patch) | |
| tree | 0f408a601f1e3f88f3d6f918a295af641b4dcbb6 /src/Makefile.in | |
| parent | 4eec6197df7ed1f789862002ef18a68f89b95e9d (diff) | |
| download | emacs-b330336c40599bc7bc2e9d8bdd591cbff62d01e1.tar.gz emacs-b330336c40599bc7bc2e9d8bdd591cbff62d01e1.zip | |
* Makefile.in (emacs): Remove ndef NS conditional for 'emacs -list-load-path-shadows'. (nsgui.h): Reduce number of things depending on it.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 3edd0af5e1a..3a12c7e2e95 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -910,10 +910,7 @@ emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} ${SOME_MACHINE_LISP} | |||
| 910 | @: bootstrap-emacs, so let us replace it. | 910 | @: bootstrap-emacs, so let us replace it. |
| 911 | -ln -f emacs${EXEEXT} bootstrap-emacs${EXEEXT} | 911 | -ln -f emacs${EXEEXT} bootstrap-emacs${EXEEXT} |
| 912 | #endif /* ! defined (CANNOT_DUMP) */ | 912 | #endif /* ! defined (CANNOT_DUMP) */ |
| 913 | /* XXX: not working under NS currently due to path shenanigans.. */ | ||
| 914 | #ifndef HAVE_NS | ||
| 915 | -./emacs -q -batch -f list-load-path-shadows | 913 | -./emacs -q -batch -f list-load-path-shadows |
| 916 | #endif | ||
| 917 | 914 | ||
| 918 | /* We run make-docfile twice because the command line may get too long | 915 | /* We run make-docfile twice because the command line may get too long |
| 919 | on some systems. */ | 916 | on some systems. */ |
| @@ -1252,9 +1249,11 @@ composite.o: composite.c buffer.h character.h $(INTERVAL_SRC) $(config_h) | |||
| 1252 | select which of these should be compiled. */ | 1249 | select which of these should be compiled. */ |
| 1253 | 1250 | ||
| 1254 | #ifdef HAVE_NS | 1251 | #ifdef HAVE_NS |
| 1255 | buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ | 1252 | /* In fact, every .o file depends directly or indirectly on dispextern.h |
| 1256 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ | 1253 | and hence nsgui.h under NS. But the ones that actually use stuff there |
| 1257 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o sound.o: nsgui.h | 1254 | are more limited. */ |
| 1255 | dispnew.o font.o fontset.o frame.o fringe.o image.o keyboard.o menu.o \ | ||
| 1256 | window.o xdisp.o xfaces.o: nsgui.h | ||
| 1258 | 1257 | ||
| 1259 | ${ns_appdir}: ${ns_appsrc} | 1258 | ${ns_appdir}: ${ns_appsrc} |
| 1260 | rm -fr ${ns_appdir} | 1259 | rm -fr ${ns_appdir} |