diff options
| author | Chong Yidong | 2009-12-09 20:15:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-12-09 20:15:56 +0000 |
| commit | 03dcfe0121de753b2a4c8f72962678d916da2daf (patch) | |
| tree | 69a400acfa410718bfe79dab7984a173c729777d | |
| parent | 62b7c42208db8999b22a2b1effabec3dcbc06e91 (diff) | |
| download | emacs-03dcfe0121de753b2a4c8f72962678d916da2daf.tar.gz emacs-03dcfe0121de753b2a4c8f72962678d916da2daf.zip | |
* lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: Use
parenthesis for macros for nmake compatibility.
| -rw-r--r-- | doc/lispintro/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispintro/makefile.w32-in | 2 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
4 files changed, 13 insertions, 3 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index e567bde6ae3..1071d418748 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * makefile.w32-in: Use parenthesis for macros for nmake | ||
| 4 | compatibility. | ||
| 5 | |||
| 1 | 2009-12-03 Glenn Morris <rgm@gnu.org> | 6 | 2009-12-03 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp-intro.texi (Free Software and Free Manuals): | 8 | * emacs-lisp-intro.texi (Free Software and Free Manuals): |
diff --git a/doc/lispintro/makefile.w32-in b/doc/lispintro/makefile.w32-in index 132af96a265..2c732ae46fb 100644 --- a/doc/lispintro/makefile.w32-in +++ b/doc/lispintro/makefile.w32-in | |||
| @@ -54,7 +54,7 @@ $(infodir)/eintr: $(INFO_SOURCES) | |||
| 54 | emacs-lisp-intro.dvi: $(INFO_SOURCES) | 54 | emacs-lisp-intro.dvi: $(INFO_SOURCES) |
| 55 | $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi | 55 | $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi |
| 56 | 56 | ||
| 57 | emacs-lisp-intro.pdf: ${INFO_SOURCES} | 57 | emacs-lisp-intro.pdf: $(INFO_SOURCES) |
| 58 | $(ENVADD) $(TEXI2PDF) $(srcdir)/emacs-lisp-intro.texi | 58 | $(ENVADD) $(TEXI2PDF) $(srcdir)/emacs-lisp-intro.texi |
| 59 | 59 | ||
| 60 | emacs-lisp-intro.html: $(INFO_SOURCES) | 60 | emacs-lisp-intro.html: $(INFO_SOURCES) |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e4a1a3ea576..2fd6b9705e9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * makefile.w32-in: Use parenthesis for macros for nmake | ||
| 4 | compatibility. | ||
| 5 | |||
| 1 | 2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change) | 6 | 2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change) |
| 2 | 7 | ||
| 3 | * etags.c (absolute_filename): Use memove if we have it for | 8 | * etags.c (absolute_filename): Use memove if we have it for |
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 = \ | |||
| 191 | OTHER_PLATFORM_SUPPORT = \ | 191 | OTHER_PLATFORM_SUPPORT = \ |
| 192 | $(lispsource)dos-fns.elc \ | 192 | $(lispsource)dos-fns.elc \ |
| 193 | $(lispsource)dos-vars.elc \ | 193 | $(lispsource)dos-vars.elc \ |
| 194 | ${lispsource}term/internal.elc \ | 194 | $(lispsource)term/internal.elc \ |
| 195 | ${lispsource}term/pc-win.elc \ | 195 | $(lispsource)term/pc-win.elc \ |
| 196 | $(lispsource)x-dnd.elc \ | 196 | $(lispsource)x-dnd.elc \ |
| 197 | $(lispsource)term/x-win.elc \ | 197 | $(lispsource)term/x-win.elc \ |
| 198 | ${lispsource}emacs-lisp/easymenu.elc \ | 198 | ${lispsource}emacs-lisp/easymenu.elc \ |