emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100086: * src/Makefile.in (nsfns.o):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100086: * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
Date: Thu, 29 Apr 2010 18:18:09 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100086
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-04-29 18:18:09 -0700
message:
  * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-29 14:29:09 +0000
+++ b/src/ChangeLog     2010-04-30 01:18:09 +0000
@@ -1,3 +1,7 @@
+2010-04-30  Glenn Morris  <address@hidden>
+
+       * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
+
 2010-04-29  Stefan Monnier  <address@hidden>
 
        * process.c (read_process_output, exec_sentinel): Don't burp if the

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-04-28 07:25:47 +0000
+++ b/src/Makefile.in   2010-04-30 01:18:09 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]