aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c24493293e8..2d6c3668824 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-04-30 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4
12010-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 52010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * process.c (read_process_output, exec_sentinel): Don't burp if the 7 * 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 \
938 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ 938 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
939 keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h lisp.h $(config_h) 939 keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h lisp.h $(config_h)
940nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ 940nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
941 dispextern.h nsgui.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ 941 dispextern.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \
942 atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h $(config_h) 942 atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h $(config_h)
943nsfont.o: nsterm.h dispextern.h frame.h lisp.h lisp.h $(config_h) 943nsfont.o: nsterm.h dispextern.h frame.h lisp.h lisp.h $(config_h)
944nsimage.o: nsimage.m nsterm.h lisp.h $(config_h) 944nsimage.o: nsimage.m nsterm.h lisp.h $(config_h)