summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-12 17:43:29 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-12 17:43:29 +0000
commit259d9c935017d7264d06e9ae36e7f7945e8e73d6 (patch)
tree9aace2aba187d05234196e3b4120e19f720365d8 /src/Makefile.in
parent5360c8d9ae20086c6bfa24a164be706c26ee0995 (diff)
downloademacs-259d9c935017d7264d06e9ae36e7f7945e8e73d6.tar.gz
(MSDOS_SUPPORT): Use full name disp-table.elc.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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