diff options
| author | Richard M. Stallman | 1996-05-12 17:43:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-05-12 17:43:29 +0000 |
| commit | bef2adcfdbe007846b5e4b357ece3ec4e081f9cb (patch) | |
| tree | c19c5007816726a7d3e1a8a74dafa2169430ab2a /src | |
| parent | 2f019854dba1bb99af6a1a47d8a4c64830f44666 (diff) | |
| download | emacs-bef2adcfdbe007846b5e4b357ece3ec4e081f9cb.tar.gz emacs-bef2adcfdbe007846b5e4b357ece3ec4e081f9cb.zip | |
(MSDOS_SUPPORT): Use full name disp-table.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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) | |||
| 598 | #endif | 598 | #endif |
| 599 | 599 | ||
| 600 | #ifdef MSDOS | 600 | #ifdef MSDOS |
| 601 | #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-tab.elc ${lispsource}dos-fns.elc | 601 | #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc ${lispsource}dos-fns.elc |
| 602 | #else | 602 | #else |
| 603 | #define MSDOS_SUPPORT | 603 | #define MSDOS_SUPPORT |
| 604 | #endif | 604 | #endif |