From eee66ed58e2a054015ca4c3df8800090e2216267 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 31 Mar 2003 22:41:23 +0000 Subject: [PATCH] (frame.o): Add dependency on blockinput.h and files included from it (atimer.h and systime.h). --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index e93cfa0a04f..2ccc554475f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1105,7 +1105,8 @@ fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) filemode.o: filemode.c $(config_h) frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ - buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h) + blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \ + msdos.h dosfns.h dispextern.h $(config_h) fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ keyboard.h $(config_h) getloadavg.o: getloadavg.c $(config_h) -- 2.39.2