diff options
| author | Kim F. Storm | 2003-03-21 14:05:27 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-21 14:05:27 +0000 |
| commit | db6985740afa911ebfc66bd4c936c11eeaee9927 (patch) | |
| tree | 339737d26ac89f78ea9153da4938d0144181e4fd | |
| parent | acd3756047746365ab2aed75765d1b7ff94a9536 (diff) | |
| download | emacs-db6985740afa911ebfc66bd4c936c11eeaee9927.tar.gz emacs-db6985740afa911ebfc66bd4c936c11eeaee9927.zip | |
(xdisp.c.x): Add dependency on blockinput.h and
files included from it. Add dependency on keymap.h.
| -rw-r--r-- | mac/makefile.MPW | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index 8e004249a09..7c53659dbc3 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW | |||
| @@ -790,10 +790,14 @@ Emacs ÄÄ {Makefile} "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r | |||
| 790 | "{Src}indent.h" ¶ | 790 | "{Src}indent.h" ¶ |
| 791 | "{Src}commands.h" ¶ | 791 | "{Src}commands.h" ¶ |
| 792 | "{Src}macros.h" ¶ | 792 | "{Src}macros.h" ¶ |
| 793 | "{Src}blockinput.h" ¶ | ||
| 794 | "{Src}atimer.h" ¶ | ||
| 795 | "{Src}systime.h" ¶ | ||
| 793 | "{Src}disptab.h" ¶ | 796 | "{Src}disptab.h" ¶ |
| 794 | "{Src}termhooks.h" ¶ | 797 | "{Src}termhooks.h" ¶ |
| 795 | {INTERVALS_H_GROUP} ¶ | 798 | {INTERVALS_H_GROUP} ¶ |
| 796 | "{Src}keyboard.h" ¶ | 799 | "{Src}keyboard.h" ¶ |
| 800 | "{Src}keymap.h" ¶ | ||
| 797 | "{Src}coding.h" ¶ | 801 | "{Src}coding.h" ¶ |
| 798 | "{Src}ccl.h" ¶ | 802 | "{Src}ccl.h" ¶ |
| 799 | "{Src}process.h" ¶ | 803 | "{Src}process.h" ¶ |