Mercurial > emacs
diff src/Makefile.in @ 28996:679eb595bbc0
(fns.o): Depend on charset.h.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 19 May 2000 23:48:03 +0000 |
| parents | 363038c049d6 |
| children | 036d6bd19167 |
line wrap: on
line diff
--- a/src/Makefile.in Fri May 19 21:40:45 2000 +0000 +++ b/src/Makefile.in Fri May 19 23:48:03 2000 +0000 @@ -1098,7 +1098,7 @@ data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) floatfns.o: floatfns.c $(config_h) -fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ +fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ frame.h window.h $(INTERVAL_SRC) print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ $(config_h) dispextern.h msdos.h composite.h
