aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorDan Nicolaescu2008-03-03 06:32:13 +0000
committerDan Nicolaescu2008-03-03 06:32:13 +0000
commit73f838adaf4d7fa14af503a4786076aea7329bb1 (patch)
tree3a003eb082e848415f8fbec7a043b0a125d7a74f /src/Makefile.in
parent62dc3ac3540670addcc4891d3725e37ae17af321 (diff)
downloademacs-73f838adaf4d7fa14af503a4786076aea7329bb1.tar.gz
emacs-73f838adaf4d7fa14af503a4786076aea7329bb1.zip
* w32term.c: Remove unused include "gnu.h".
* makefile.w32-in (w32term.o): Don't depend on gnu.h * gnu.h: Rename to ... * emacs-icon.h: ... this. * xterm.c: Use emacs-icon.h instead of gnu.h. * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 6113e3e8e16..5a2a93ef292 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1205,7 +1205,7 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1205 systime.h gtkutil.h msdos.h coding.h $(config_h) 1205 systime.h gtkutil.h msdos.h coding.h $(config_h)
1206xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1206xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1207 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 1207 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1208 keyboard.h gnu.h character.h charset.h ccl.h fontset.h composite.h \ 1208 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \
1209 coding.h process.h gtkutil.h $(FONTSRC) $(config_h) 1209 coding.h process.h gtkutil.h $(FONTSRC) $(config_h)
1210xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ 1210xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1211 buffer.h atimer.h systime.h termhooks.h $(config_h) 1211 buffer.h atimer.h systime.h termhooks.h $(config_h)
@@ -1267,7 +1267,7 @@ macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \
1267 keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h) 1267 keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h)
1268macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ 1268macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
1269 frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \ 1269 frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \
1270 termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \ 1270 termchar.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \
1271 process.h coding.h $(config_h) 1271 process.h coding.h $(config_h)
1272macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ 1272macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
1273 keymap.h $(config_h) 1273 keymap.h $(config_h)