diff options
| author | Richard M. Stallman | 1996-11-09 05:41:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-11-09 05:41:20 +0000 |
| commit | da812470d0dec0bbf7593e2193cec35adc4f5969 (patch) | |
| tree | f92623006f216ad611a0e48553889a8967ba6cce /src | |
| parent | 3ca80e28b6f827e116d08d32bebd0a113850fe1d (diff) | |
| download | emacs-da812470d0dec0bbf7593e2193cec35adc4f5969.tar.gz emacs-da812470d0dec0bbf7593e2193cec35adc4f5969.zip | |
(fns.o): Depend on frame.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4c169dd32d6..98c072711d9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1006,7 +1006,8 @@ bytecode.o: bytecode.c buffer.h syntax.h $(config_h) | |||
| 1006 | data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h) | 1006 | 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 INTERVAL_SRC | 1009 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ |
| 1010 | frame.h INTERVAL_SRC | ||
| 1010 | 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) |
| 1011 | 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) \ |
| 1012 | termhooks.h | 1013 | termhooks.h |