Mercurial > emacs
diff src/Makefile.in @ 83205:400c4dd06d55
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
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Mon, 13 Sep 2004 20:39:27 +0000 |
| parents | 6d9b668e8f94 |
| children | b85b19b8eb65 |
line wrap: on
line diff
--- 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 \
