diff options
| author | Dan Nicolaescu | 2008-03-03 06:32:13 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-03 06:32:13 +0000 |
| commit | 73f838adaf4d7fa14af503a4786076aea7329bb1 (patch) | |
| tree | 3a003eb082e848415f8fbec7a043b0a125d7a74f /src/Makefile.in | |
| parent | 62dc3ac3540670addcc4891d3725e37ae17af321 (diff) | |
| download | emacs-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.in | 4 |
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) |
| 1206 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ | 1206 | xterm.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) |
| 1210 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ | 1210 | xselect.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) |
| 1268 | macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ | 1268 | macterm.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) |
| 1272 | macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ | 1272 | macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ |
| 1273 | keymap.h $(config_h) | 1273 | keymap.h $(config_h) |