diff options
| author | Richard M. Stallman | 1998-03-20 22:38:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-20 22:38:54 +0000 |
| commit | a42fefa844ef2028cc00beb2bfc9f0a3571254f1 (patch) | |
| tree | 715eed9b64ab4a40d425924fd4c5c77e4d3b9f5a /src | |
| parent | a0b87bc1f9fdd4d22b5799944888d42e908f33f5 (diff) | |
| download | emacs-a42fefa844ef2028cc00beb2bfc9f0a3571254f1.tar.gz emacs-a42fefa844ef2028cc00beb2bfc9f0a3571254f1.zip | |
(keymap.o): Depend on puresize.h.
(xmenu.o): Don't depend on puresize.h.
Diffstat (limited to 'src')
| -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 3d06afe7282..6c8c935d5f4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1042,7 +1042,7 @@ insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h charset.h\ | |||
| 1042 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ | 1042 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ |
| 1043 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | 1043 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ |
| 1044 | systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \ | 1044 | systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \ |
| 1045 | xterm.h $(config_h) | 1045 | xterm.h puresize.h $(config_h) |
| 1046 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 1046 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 1047 | puresize.h charset.h $(config_h) | 1047 | puresize.h charset.h $(config_h) |
| 1048 | lastfile.o: lastfile.c $(config_h) | 1048 | lastfile.o: lastfile.c $(config_h) |
| @@ -1093,7 +1093,7 @@ xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | |||
| 1093 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ | 1093 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ |
| 1094 | ../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h) | 1094 | ../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h) |
| 1095 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 1095 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ |
| 1096 | ../lwlib/lwlib.h blockinput.h puresize.h msdos.h $(config_h) | 1096 | ../lwlib/lwlib.h blockinput.h msdos.h $(config_h) |
| 1097 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 1097 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 1098 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 1098 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 1099 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) | 1099 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) |