From: Glenn Morris Date: Fri, 30 Apr 2010 01:18:09 +0000 (-0700) Subject: * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a7df391802ef0fc6dc7e2f682c00a85117a2c7a;p=emacs.git * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency. --- diff --git a/src/ChangeLog b/src/ChangeLog index c24493293e8..2d6c3668824 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/Makefile.in b/src/Makefile.in index 974a2332be1..fe8028a3775 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -938,7 +938,7 @@ msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 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)