From: Richard M. Stallman Date: Sun, 12 May 1996 17:43:29 +0000 (+0000) Subject: (MSDOS_SUPPORT): Use full name disp-table.elc. X-Git-Tag: emacs-19.34~641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bef2adcfdbe007846b5e4b357ece3ec4e081f9cb;p=emacs.git (MSDOS_SUPPORT): Use full name disp-table.elc. --- diff --git a/src/Makefile.in b/src/Makefile.in index 273adbf3706..e408ca80a77 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -598,7 +598,7 @@ 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 #else #define MSDOS_SUPPORT #endif