emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99796: * makefile.w32-in (OTHER_P


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99796: * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.
Date: Wed, 05 May 2010 15:54:04 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99796
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-05-05 15:54:04 -0400
message:
  * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for 
nmake compatibility.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-04-03 02:16:16 +0000
+++ b/lib-src/ChangeLog 2010-05-05 19:54:04 +0000
@@ -1,3 +1,8 @@
+2010-05-05  Christoph  <address@hidden>  (tiny change)
+
+       * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
+       for macros for nmake compatibility.
+
 2010-04-03  Juanma Barranquero  <address@hidden>
 
        Add stubs for Windows, required after CVE-2010-0825 change.

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2010-05-04 01:31:59 +0000
+++ b/lib-src/makefile.w32-in   2010-05-05 19:54:04 +0000
@@ -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= \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]