aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in11
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
1255buffer.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. */
1255dispnew.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}