Mercurial > emacs
diff lib-src/makefile.w32-in @ 108368:425e8e04031e
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Wed, 05 May 2010 15:54:04 -0400 |
| parents | d4caa51ddfe2 |
| children | bfc8980754ed |
line wrap: on
line diff
--- 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= \
