# HG changeset patch # User Glenn Morris # Date 1272590289 25200 # Node ID 8a2a7a0c2a8f7bc414f2aa1109761dbe2092f0be # Parent 444a324af979a0f17c7650d1677f71b5a65cb717 * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency. diff -r 444a324af979 -r 8a2a7a0c2a8f src/ChangeLog --- 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 + + * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency. + 2010-04-29 Stefan Monnier * process.c (read_process_output, exec_sentinel): Don't burp if the diff -r 444a324af979 -r 8a2a7a0c2a8f src/Makefile.in --- 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)