aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 09ae65dc5b2..dfbac65c5ef 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -926,7 +926,8 @@ doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
926doprnt.o: doprnt.c $(config_h) 926doprnt.o: doprnt.c $(config_h)
927dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 927dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
928editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 928editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
929emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) 929emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
930 INTERVAL_SRC $(config_h)
930fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 931fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
931filelock.o: filelock.c buffer.h paths.h $(config_h) 932filelock.o: filelock.c buffer.h paths.h $(config_h)
932filemode.o: filemode.c $(config_h) 933filemode.o: filemode.c $(config_h)