aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 21e69f91c8e..ff1d631cfd2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
4 compiled anymore.
5
12007-11-26 Andreas Schwab <schwab@suse.de> 62007-11-26 Andreas Schwab <schwab@suse.de>
2 7
3 * process.c (list_processes_1): Fix indentation level of the 8 * process.c (list_processes_1): Fix indentation level of the
diff --git a/src/Makefile.in b/src/Makefile.in
index cb183e6bbf2..b171fbf8e82 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -920,7 +920,7 @@ shortlisp= \
920 for the sake of systems which can''t handle large ones. */ 920 for the sake of systems which can''t handle large ones. */
921SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ 921SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \
922 ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ 922 ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \
923 ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \ 923 VMS_SUPPORT \
924 ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ 924 ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \
925 ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ 925 ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \
926 ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ 926 ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \