# HG changeset patch # User Karoly Lorentey # Date 1095107967 0 # Node ID 400c4dd06d558ed09911d592d695ac2c37376588 # Parent 6d9b668e8f944690ffd85d10e03b8d09a8c0fb08 Fix typo in src/Makefile.in. * src/Makefile.in (minibuf.o): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-245 diff -r 6d9b668e8f94 -r 400c4dd06d55 src/Makefile.in --- a/src/Makefile.in Mon Sep 13 20:33:29 2004 +0000 +++ b/src/Makefile.in Mon Sep 13 20:39:27 2004 +0000 @@ -1120,7 +1120,7 @@ marker.o: marker.c buffer.h charset.h $(config_h) md5.o: md5.c md5.h $(config_h) minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ - buffer.h commands.h charset.h msdos.h $(INTERVAL_SRC)) keymap.h \ + buffer.h commands.h charset.h msdos.h $(INTERVAL_SRC) keymap.h \ termhooks.h $(config_h) mktime.o: mktime.c $(config_h) msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \