[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/Makefile.in,v
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to emacs/src/Makefile.in,v |
Date: |
Thu, 07 Aug 2008 01:36:31 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/08/07 01:36:30
Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -b -r1.426 -r1.427
--- Makefile.in 6 Aug 2008 16:20:46 -0000 1.426
+++ Makefile.in 7 Aug 2008 01:36:30 -0000 1.427
@@ -910,10 +910,7 @@
@: bootstrap-emacs, so let us replace it.
-ln -f emacs${EXEEXT} bootstrap-emacs${EXEEXT}
#endif /* ! defined (CANNOT_DUMP) */
-/* XXX: not working under NS currently due to path shenanigans.. */
-#ifndef HAVE_NS
-./emacs -q -batch -f list-load-path-shadows
-#endif
/* We run make-docfile twice because the command line may get too long
on some systems. */
@@ -1252,9 +1249,11 @@
select which of these should be compiled. */
#ifdef HAVE_NS
-buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
- fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \
- scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o sound.o: nsgui.h
+/* In fact, every .o file depends directly or indirectly on dispextern.h
+ and hence nsgui.h under NS. But the ones that actually use stuff there
+ are more limited. */
+dispnew.o font.o fontset.o frame.o fringe.o image.o keyboard.o menu.o \
+ window.o xdisp.o xfaces.o: nsgui.h
${ns_appdir}: ${ns_appsrc}
rm -fr ${ns_appdir}
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Dan Nicolaescu, 2008/08/01
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v,
Adrian Robert <=
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Dan Nicolaescu, 2008/08/07
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Dan Nicolaescu, 2008/08/10
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/08/20
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Chong Yidong, 2008/08/21
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Eli Zaretskii, 2008/08/23
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Chong Yidong, 2008/08/28
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Kenichi Handa, 2008/08/29