diff options
| author | Karoly Lorentey | 2004-09-13 20:39:27 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-09-13 20:39:27 +0000 |
| commit | aeeb70757cd8c57689a1b3238e9b25a2d422e38f (patch) | |
| tree | 183e471c52b8a457472dcf82bbca4a472045df24 /src | |
| parent | 267eea215b322b02bc4bce13cae61813c50f4b5f (diff) | |
| download | emacs-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.in | 2 |
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) | |||
| 1120 | marker.o: marker.c buffer.h charset.h $(config_h) | 1120 | marker.o: marker.c buffer.h charset.h $(config_h) |
| 1121 | md5.o: md5.c md5.h $(config_h) | 1121 | md5.o: md5.c md5.h $(config_h) |
| 1122 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ | 1122 | minibuf.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) |
| 1125 | mktime.o: mktime.c $(config_h) | 1125 | mktime.o: mktime.c $(config_h) |
| 1126 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1126 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |