# HG changeset patch # User Dave Love # Date 1041941320 0 # Node ID 8f47035502582ea7ac15060ec0030780755a6737 # Parent b0d5bb7c5110094a2ab41a69853fd724621989b1 (fns.o): Depend on coding.h. diff -r b0d5bb7c5110 -r 8f4703550258 src/Makefile.in --- a/src/Makefile.in Tue Jan 07 10:20:38 2003 +0000 +++ b/src/Makefile.in Tue Jan 07 12:08:40 2003 +0000 @@ -1176,7 +1176,7 @@ $(config_h) floatfns.o: floatfns.c $(config_h) fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ - frame.h window.h dispextern.h $(INTERVAL_SRC) + frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ $(config_h) dispextern.h msdos.h composite.h lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \