From: Richard M. Stallman Date: Fri, 20 Mar 1998 22:38:54 +0000 (+0000) Subject: (keymap.o): Depend on puresize.h. X-Git-Tag: emacs-20.3~1840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a42fefa844ef2028cc00beb2bfc9f0a3571254f1;p=emacs.git (keymap.o): Depend on puresize.h. (xmenu.o): Don't depend on puresize.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 3d06afe7282..6c8c935d5f4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1042,7 +1042,7 @@ insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h charset.h\ keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \ - xterm.h $(config_h) + xterm.h puresize.h $(config_h) keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ puresize.h charset.h $(config_h) lastfile.o: lastfile.c $(config_h) @@ -1093,7 +1093,7 @@ xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ ../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h) xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ - ../lwlib/lwlib.h blockinput.h puresize.h msdos.h $(config_h) + ../lwlib/lwlib.h blockinput.h msdos.h $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h)