From 0dc7a8bc760e2044413969a72c8abf2484455c74 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 28 Nov 2007 00:25:23 +0000 Subject: [PATCH] (VMS_SUPPORT): No longer byte-compiled. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1c8727c01ec..3e8cb73c605 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Jason Rumney + + * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. + 2007-11-27 Jan Dj,Ad(Brv * pop.c (socket_connection): Remove AI_ADDRCONFIG. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 9a611b8e3f9..a61edad3820 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -171,7 +171,7 @@ WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsourc # lisp files that are loaded up on other platforms MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc -VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc +VMS_SUPPORT = $(lispsource)vmsproc.el $(lispsource)vms-patch.el lisp1= \ $(lispsource)abbrev.elc \ -- 2.39.2