From bab1431e6c5f6499bf912cde6ffd005744156d1f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 5 May 2010 15:54:04 -0400 Subject: [PATCH] * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility. --- lib-src/ChangeLog | 5 +++++ 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 @@ +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= \ -- 2.39.5