aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKaroly Lorentey2004-09-13 20:39:27 +0000
committerKaroly Lorentey2004-09-13 20:39:27 +0000
commitaeeb70757cd8c57689a1b3238e9b25a2d422e38f (patch)
tree183e471c52b8a457472dcf82bbca4a472045df24 /src
parent267eea215b322b02bc4bce13cae61813c50f4b5f (diff)
downloademacs-aeeb70757cd8c57689a1b3238e9b25a2d422e38f.tar.gz
emacs-aeeb70757cd8c57689a1b3238e9b25a2d422e38f.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index ba68a88850a..1f719018c77 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1120,7 +1120,7 @@ vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1120marker.o: marker.c buffer.h charset.h $(config_h) 1120marker.o: marker.c buffer.h charset.h $(config_h)
1121md5.o: md5.c md5.h $(config_h) 1121md5.o: md5.c md5.h $(config_h)
1122minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ 1122minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1123 buffer.h commands.h charset.h msdos.h $(INTERVAL_SRC)) keymap.h \ 1123 buffer.h commands.h charset.h msdos.h $(INTERVAL_SRC) keymap.h \
1124 termhooks.h $(config_h) 1124 termhooks.h $(config_h)
1125mktime.o: mktime.c $(config_h) 1125mktime.o: mktime.c $(config_h)
1126msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1126msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \