Mercurial > emacs
changeset 108368:425e8e04031e
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 05 May 2010 15:54:04 -0400 |
parents | d4caa51ddfe2 |
children | 62594825b978 |
files | lib-src/ChangeLog lib-src/makefile.w32-in |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon May 03 21:31:59 2010 -0400 +++ b/lib-src/ChangeLog Wed May 05 15:54:04 2010 -0400 @@ -1,3 +1,8 @@ +2010-05-05 Christoph <cschol2112@googlemail.com> (tiny change) + + * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis + for macros for nmake compatibility. + 2010-04-03 Juanma Barranquero <lekktu@gmail.com> Add stubs for Windows, required after CVE-2010-0825 change.
--- a/lib-src/makefile.w32-in Mon May 03 21:31:59 2010 -0400 +++ b/lib-src/makefile.w32-in Wed May 05 15:54:04 2010 -0400 @@ -195,8 +195,8 @@ $(lispsource)term/pc-win.elc \ $(lispsource)x-dnd.elc \ $(lispsource)term/x-win.elc \ - ${lispsource}emacs-lisp/easymenu.elc \ - ${lispsource}term/ns-win.elc + $(lispsource)emacs-lisp/easymenu.elc \ + $(lispsource)term/ns-win.elc lisp1= \