* lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility.
authorChristoph <cschol2112@googlemail.com>
Wed, 7 Apr 2010 13:43:04 +0000 (15:43 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 7 Apr 2010 13:43:04 +0000 (15:43 +0200)
lib-src/ChangeLog
lib-src/makefile.w32-in

index 26790dd..f618a1e 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-07  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.
index 14130d2..bed2875 100644 (file)
@@ -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= \