diff options
| author | Juanma Barranquero | 2008-07-05 22:49:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-07-05 22:49:10 +0000 |
| commit | da007124019814d652054defd4158d51cb5017a5 (patch) | |
| tree | 030767bfe6894eb72d8a76546061114a116f0689 /lib-src | |
| parent | 0421a7a78070479cda40ad44cfd2f1ac6879c640 (diff) | |
| download | emacs-da007124019814d652054defd4158d51cb5017a5.tar.gz emacs-da007124019814d652054defd4158d51cb5017a5.zip | |
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 854b01a0c1d..5a7f62f6821 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): | ||
| 4 | Remove vmsproc.el and vms-patch.el. | ||
| 5 | |||
| 1 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> | 6 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (obj): Remove w32bdf.o. | 8 | * makefile.w32-in (obj): Remove w32bdf.o. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 12d264df1a0..abd3fa5a9be 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -192,8 +192,6 @@ OTHER_PLATFORM_SUPPORT = \ | |||
| 192 | $(lispsource)dos-vars.elc \ | 192 | $(lispsource)dos-vars.elc \ |
| 193 | $(lispsource)international/ccl.elc \ | 193 | $(lispsource)international/ccl.elc \ |
| 194 | $(lispsource)international/codepage.elc \ | 194 | $(lispsource)international/codepage.elc \ |
| 195 | $(lispsource)vmsproc.el \ | ||
| 196 | $(lispsource)vms-patch.el \ | ||
| 197 | $(lispsource)x-dnd.elc \ | 195 | $(lispsource)x-dnd.elc \ |
| 198 | $(lispsource)term/x-win.elc | 196 | $(lispsource)term/x-win.elc |
| 199 | 197 | ||