Mercurial > emacs
changeset 108169:8a2a7a0c2a8f
* src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Apr 2010 18:18:09 -0700 |
parents | 444a324af979 |
children | 95d0ee272263 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Apr 29 11:41:23 2010 -0400 +++ b/src/ChangeLog Thu Apr 29 18:18:09 2010 -0700 @@ -1,3 +1,7 @@ +2010-04-30 Glenn Morris <rgm@gnu.org> + + * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency. + 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca> * process.c (read_process_output, exec_sentinel): Don't burp if the
--- a/src/Makefile.in Thu Apr 29 11:41:23 2010 -0400 +++ b/src/Makefile.in Thu Apr 29 18:18:09 2010 -0700 @@ -938,7 +938,7 @@ termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h lisp.h $(config_h) nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ - dispextern.h nsgui.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ + dispextern.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h $(config_h) nsfont.o: nsterm.h dispextern.h frame.h lisp.h lisp.h $(config_h) nsimage.o: nsimage.m nsterm.h lisp.h $(config_h)