]> code.delx.au - gnu-emacs/blobdiff - src/Makefile.in
(MSDOS_SUPPORT, WINNT_SUPPORT, SOME_MACHINE_LISP): Include dos-nt.elc.
[gnu-emacs] / src / Makefile.in
index 273adbf37068717ddb91d493b63660ce19d31b19..4cc8669f0390d6d77b562d6ff75510a24abcc307 100644 (file)
@@ -598,13 +598,15 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
 #endif
 
 #ifdef MSDOS
-#define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-tab.elc ${lispsource}dos-fns.elc
+#define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
+ ${lispsource}dos-fns.elc ${lispsource}dos-nt.elc
 #else
 #define MSDOS_SUPPORT
 #endif
 
 #ifdef WINDOWSNT
-#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc
+#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc \
+  ${lispsource}dos-nt.elc
 #else
 #define WINNT_SUPPORT
 #endif
@@ -700,7 +702,7 @@ SOME_MACHINE_LISP =  ${dotdot}/lisp/faces.elc ${dotdot}/lisp/facemenu.elc \
   ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \
   ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \
   ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \
-  ${dotdot}/lisp/winnt.elc
+  ${dotdot}/lisp/winnt.elc ${dotdot}/lisp/dos-nt.elc
 
 /* Construct full set of libraries to be linked.
    Note that SunOS needs -lm to come before -lc; otherwise, you get
@@ -853,14 +855,14 @@ really-oldXMenu:
 #endif /* not USE_X_TOOLKIT */
 #endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */
 
-paths.h: paths.in
+../config.status:: paths.in
        @echo "The file paths.h needs to be set up from paths.in."
-       @echo "Consult the file \`INSTALL' for instructions for building Emacs."
+       @echo "Please run the `configure' script again."
        exit 1
 
-config.h: config.in
+../config.status:: config.in
        @echo "The file config.h needs to be set up from config.in."
-       @echo "Consult the file \`INSTALL' for instructions for building Emacs."
+       @echo "Please run the `configure' script again."
        exit 1
 
 /* Some machines have alloca built-in.