From: Chong Yidong Date: Wed, 5 May 2010 19:54:04 +0000 (-0400) Subject: * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake... X-Git-Tag: emacs-23.2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bab1431e6c5f6499bf912cde6ffd005744156d1f;p=emacs.git * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility. --- 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 @@ +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 --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 = \ $(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= \