diff src/Makefile.in @ 108562:3088b1e22407

No harm in always defining some ns_ Makefile variables. * src/Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define. * msdos/sed1v2.inp (ns_appdir, ns_appbindir, ns_appsrc): Edit to empty.
author Glenn Morris <rgm@gnu.org>
date Thu, 13 May 2010 21:23:23 -0700
parents 58b814d12797
children 438f784b2966
line wrap: on
line diff
--- a/src/Makefile.in	Fri May 14 12:53:22 2010 +0900
+++ b/src/Makefile.in	Thu May 13 21:23:23 2010 -0700
@@ -194,6 +194,9 @@
 ## $MSDOS_SUPPORT_REAL if MSDOS.
 MSDOS_SUPPORT = 
 
+ns_appdir=@ns_appdir@/
+ns_appbindir=@ns_appbindir@/
+ns_appsrc=@ns_appsrc@
 NS_OBJ=@NS_OBJ@
 NS_SUPPORT=@NS_SUPPORT@
 ## Next two only set if NS_IMPL_GNUSTEP.
@@ -333,12 +336,6 @@
 
 #endif /* not ORDINARY_LINK */
 
-#ifdef HAVE_NS
-ns_appdir=@ns_appdir@/
-ns_appbindir=@ns_appbindir@/
-ns_appsrc=@ns_appsrc@
-#endif  /* HAVE_NS */
-
 /* lastfile must follow all files whose initialized data areas should
    be dumped as pure by dump-emacs.  */
 obj=    dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \