]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
authorGlenn Morris <rgm@gnu.org>
Fri, 30 Apr 2010 01:18:09 +0000 (18:18 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 30 Apr 2010 01:18:09 +0000 (18:18 -0700)
src/ChangeLog
src/Makefile.in

index c24493293e845e3378ac935d5c5477938e3d622e..2d6c366882480418f5c77e81a5c25637ca706b2e 100644 (file)
@@ -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
index 974a2332be17e5048fd624eb02c614806c9ad9bf..fe8028a37750f0a175e832adc671b03da99a3862 100644 (file)
@@ -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)