# HG changeset patch # User Chong Yidong # Date 1273089244 14400 # Node ID 425e8e04031e7e2a1602661efa61c83ebc290069 # Parent d4caa51ddfe29f3c5db72f3cf9ced08bf53b12cd * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility. diff -r d4caa51ddfe2 -r 425e8e04031e lib-src/ChangeLog --- 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 (tiny change) + + * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis + for macros for nmake compatibility. + 2010-04-03 Juanma Barranquero Add stubs for Windows, required after CVE-2010-0825 change. diff -r d4caa51ddfe2 -r 425e8e04031e lib-src/makefile.w32-in --- 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= \