aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 3a0339a3f70..8c723d1c886 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -194,6 +194,9 @@ MSDOS_SUPPORT_REAL = ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
194## $MSDOS_SUPPORT_REAL if MSDOS. 194## $MSDOS_SUPPORT_REAL if MSDOS.
195MSDOS_SUPPORT = 195MSDOS_SUPPORT =
196 196
197ns_appdir=@ns_appdir@/
198ns_appbindir=@ns_appbindir@/
199ns_appsrc=@ns_appsrc@
197NS_OBJ=@NS_OBJ@ 200NS_OBJ=@NS_OBJ@
198NS_SUPPORT=@NS_SUPPORT@ 201NS_SUPPORT=@NS_SUPPORT@
199## Next two only set if NS_IMPL_GNUSTEP. 202## Next two only set if NS_IMPL_GNUSTEP.
@@ -333,12 +336,6 @@ LD=ld
333 336
334#endif /* not ORDINARY_LINK */ 337#endif /* not ORDINARY_LINK */
335 338
336#ifdef HAVE_NS
337ns_appdir=@ns_appdir@/
338ns_appbindir=@ns_appbindir@/
339ns_appsrc=@ns_appsrc@
340#endif /* HAVE_NS */
341
342/* lastfile must follow all files whose initialized data areas should 339/* lastfile must follow all files whose initialized data areas should
343 be dumped as pure by dump-emacs. */ 340 be dumped as pure by dump-emacs. */
344obj= dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \ 341obj= dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \