diff options
| author | Karl Heuer | 1996-05-18 20:15:02 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-18 20:15:02 +0000 |
| commit | b1d4be5f6eaa5a04a642727e2a518a2b8002395c (patch) | |
| tree | 47fa56b10a80c517fe1fafd08ecccdd97ea0684b /src | |
| parent | 4f0a10eb40f227ee6df3af3e9da7cf119d70bbe7 (diff) | |
| download | emacs-b1d4be5f6eaa5a04a642727e2a518a2b8002395c.tar.gz emacs-b1d4be5f6eaa5a04a642727e2a518a2b8002395c.zip | |
Hold previous change until after the release.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c4b5d3955b8..e408ca80a77 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -598,13 +598,13 @@ 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-table.elc ${lispsource}dos-fns.elc ${lispsource}dos-win32.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 |
| 605 | 605 | ||
| 606 | #ifdef WINDOWSNT | 606 | #ifdef WINDOWSNT |
| 607 | #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc ${lispsource}dos-win32.elc | 607 | #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc |
| 608 | #else | 608 | #else |
| 609 | #define WINNT_SUPPORT | 609 | #define WINNT_SUPPORT |
| 610 | #endif | 610 | #endif |
| @@ -700,7 +700,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/faces.elc ${dotdot}/lisp/facemenu.elc \ | |||
| 700 | ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ | 700 | ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ |
| 701 | ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \ | 701 | ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \ |
| 702 | ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ | 702 | ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ |
| 703 | ${dotdot}/lisp/winnt.elc ${dotdot}/lisp/dos-win32.elc | 703 | ${dotdot}/lisp/winnt.elc |
| 704 | 704 | ||
| 705 | /* Construct full set of libraries to be linked. | 705 | /* Construct full set of libraries to be linked. |
| 706 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 706 | Note that SunOS needs -lm to come before -lc; otherwise, you get |