diff options
| author | Chong Yidong | 2010-05-05 15:54:04 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-05 15:54:04 -0400 |
| commit | bab1431e6c5f6499bf912cde6ffd005744156d1f (patch) | |
| tree | eeeb0b084780a42b828ce5a01ef712f190f486cf /lib-src | |
| parent | 8838172bf0c35831f6b0f0a9763af0d04edf5468 (diff) | |
| download | emacs-bab1431e6c5f6499bf912cde6ffd005744156d1f.tar.gz emacs-bab1431e6c5f6499bf912cde6ffd005744156d1f.zip | |
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): 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 a68629d2393..5ff764a7573 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-05-05 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 babbbf607d2..78f09cb6d10 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= \ |