# HG changeset patch # User Kim F. Storm # Date 1049150483 0 # Node ID 3d69189ed87929f6f39ade903be95a1a6642dfc0 # Parent 09ec24acd6a587454facb5106092dc7ddefd0e29 (frame.o): Add dependency on blockinput.h and files included from it (atimer.h and systime.h). diff -r 09ec24acd6a5 -r 3d69189ed879 src/Makefile.in --- a/src/Makefile.in Mon Mar 31 22:26:26 2003 +0000 +++ b/src/Makefile.in Mon Mar 31 22:41:23 2003 +0000 @@ -1105,7 +1105,8 @@ 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)