diff options
| author | Christoph | 2010-04-07 15:43:04 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-04-07 15:43:04 +0200 |
| commit | 42d3cab7add8b7f86254ddc8135495e1afc8e967 (patch) | |
| tree | da304029500badc11e35d99158914a9902221cd0 /lib-src | |
| parent | b0c8b840b4f3ba8faa9af43eb99c0a9d634c6744 (diff) | |
| download | emacs-42d3cab7add8b7f86254ddc8135495e1afc8e967.tar.gz emacs-42d3cab7add8b7f86254ddc8135495e1afc8e967.zip | |
* lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 26790dd17fa..f618a1e6fab 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-07 Christoph <cschol2112@googlemail.com> (tiny change) | ||
| 2 | |||
| 3 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis | ||
| 4 | for macros for nmake compatibility. | ||
| 5 | |||
| 1 | 2010-04-03 Juanma Barranquero <lekktu@gmail.com> | 6 | 2010-04-03 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | Add stubs for Windows, required after CVE-2010-0825 change. | 8 | Add stubs for Windows, required after CVE-2010-0825 change. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 14130d2e525..bed28752f7b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -195,8 +195,8 @@ OTHER_PLATFORM_SUPPORT = \ | |||
| 195 | $(lispsource)term/pc-win.elc \ | 195 | $(lispsource)term/pc-win.elc \ |
| 196 | $(lispsource)x-dnd.elc \ | 196 | $(lispsource)x-dnd.elc \ |
| 197 | $(lispsource)term/x-win.elc \ | 197 | $(lispsource)term/x-win.elc \ |
| 198 | ${lispsource}emacs-lisp/easymenu.elc \ | 198 | $(lispsource)emacs-lisp/easymenu.elc \ |
| 199 | ${lispsource}term/ns-win.elc | 199 | $(lispsource)term/ns-win.elc |
| 200 | 200 | ||
| 201 | 201 | ||
| 202 | lisp1= \ | 202 | lisp1= \ |