From 0a7df391802ef0fc6dc7e2f682c00a85117a2c7a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 Apr 2010 18:18:09 -0700 Subject: [PATCH] * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency. --- src/ChangeLog | 4 ++++ src/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.2