diff options
| author | Richard M. Stallman | 1996-11-09 05:44:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-11-09 05:44:07 +0000 |
| commit | 22dbea3f67d2039ab9b4e00200ee6cf47dc9baee (patch) | |
| tree | 7e51d518ef9af968937fb81c8ae606e0cc9eb009 /src/Makefile.in | |
| parent | da812470d0dec0bbf7593e2193cec35adc4f5969 (diff) | |
| download | emacs-22dbea3f67d2039ab9b4e00200ee6cf47dc9baee.tar.gz emacs-22dbea3f67d2039ab9b4e00200ee6cf47dc9baee.zip | |
(fns.o): Depend on window.h.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 98c072711d9..25a6757d6cc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1007,7 +1007,7 @@ data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h) | |||
| 1007 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) | 1007 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) |
| 1008 | floatfns.o: floatfns.c $(config_h) | 1008 | floatfns.o: floatfns.c $(config_h) |
| 1009 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ | 1009 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ |
| 1010 | frame.h INTERVAL_SRC | 1010 | frame.h window.h INTERVAL_SRC |
| 1011 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h $(config_h) | 1011 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h $(config_h) |
| 1012 | lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ | 1012 | lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ |
| 1013 | termhooks.h | 1013 | termhooks.h |