Skip to content

Commit

Permalink
* lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: Use
Browse files Browse the repository at this point in the history
parenthesis for macros for nmake compatibility.
  • Loading branch information
Chong Yidong committed Dec 9, 2009
1 parent 56d2a2a commit c623dde
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions doc/lispintro/ChangeLog
@@ -1,3 +1,8 @@
2009-12-09 David Robinow <drobinow@gmail.com> (tiny change)

* makefile.w32-in: Use parenthesis for macros for nmake
compatibility.

2009-12-03 Glenn Morris <rgm@gnu.org>

* emacs-lisp-intro.texi (Free Software and Free Manuals):
Expand Down
2 changes: 1 addition & 1 deletion doc/lispintro/makefile.w32-in
Expand Up @@ -54,7 +54,7 @@ $(infodir)/eintr: $(INFO_SOURCES)
emacs-lisp-intro.dvi: $(INFO_SOURCES)
$(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi

emacs-lisp-intro.pdf: ${INFO_SOURCES}
emacs-lisp-intro.pdf: $(INFO_SOURCES)
$(ENVADD) $(TEXI2PDF) $(srcdir)/emacs-lisp-intro.texi

emacs-lisp-intro.html: $(INFO_SOURCES)
Expand Down
5 changes: 5 additions & 0 deletions lib-src/ChangeLog
@@ -1,3 +1,8 @@
2009-12-09 David Robinow <drobinow@gmail.com> (tiny change)

* makefile.w32-in: Use parenthesis for macros for nmake
compatibility.

2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change)

* etags.c (absolute_filename): Use memove if we have it for
Expand Down
4 changes: 2 additions & 2 deletions lib-src/makefile.w32-in
Expand Up @@ -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 \
Expand Down

0 comments on commit c623dde

Please sign in to comment.