# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1113620853 0 # Node ID 9b7b62fc3d4587db55c263b48a4294ced8207017 # Parent 48f3e3d2d0f25ea496dd073e39b5cf5c039df993 (mac.o): Depend on charset.h and coding.h. diff -r 48f3e3d2d0f2 -r 9b7b62fc3d45 src/Makefile.in --- a/src/Makefile.in Sat Apr 16 03:07:05 2005 +0000 +++ b/src/Makefile.in Sat Apr 16 03:07:33 2005 +0000 @@ -1234,7 +1234,8 @@ fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \ xterm.o xselect.o sound.o: macgui.h -mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h $(config_h) +mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \ + coding.h $(config_h) macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)