diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-12-09 20:15:56 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-12-09 20:15:56 +0000 |
commit | 03dcfe0121de753b2a4c8f72962678d916da2daf (patch) | |
tree | 69a400acfa410718bfe79dab7984a173c729777d /lib-src/makefile.w32-in | |
parent | 62b7c42208db8999b22a2b1effabec3dcbc06e91 (diff) | |
download | emacs-03dcfe0121de753b2a4c8f72962678d916da2daf.tar.gz |
* lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: Use
parenthesis for macros for nmake compatibility.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r-- | lib-src/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 17698f3f859..e7d5ad759ab 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -191,8 +191,8 @@ WINDOW_SUPPORT = \ OTHER_PLATFORM_SUPPORT = \ $(lispsource)dos-fns.elc \ $(lispsource)dos-vars.elc \ - ${lispsource}term/internal.elc \ - ${lispsource}term/pc-win.elc \ + $(lispsource)term/internal.elc \ + $(lispsource)term/pc-win.elc \ $(lispsource)x-dnd.elc \ $(lispsource)term/x-win.elc \ ${lispsource}emacs-lisp/easymenu.elc \ |