diff options
author | Kim F. Storm <storm@cua.dk> | 2003-03-21 14:05:27 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-03-21 14:05:27 +0000 |
commit | db6985740afa911ebfc66bd4c936c11eeaee9927 (patch) | |
tree | 339737d26ac89f78ea9153da4938d0144181e4fd /mac | |
parent | acd3756047746365ab2aed75765d1b7ff94a9536 (diff) | |
download | emacs-db6985740afa911ebfc66bd4c936c11eeaee9927.tar.gz |
(xdisp.c.x): Add dependency on blockinput.h and
files included from it. Add dependency on keymap.h.
Diffstat (limited to 'mac')
-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 "{Src}indent.h" ¶ "{Src}commands.h" ¶ "{Src}macros.h" ¶ + "{Src}blockinput.h" ¶ + "{Src}atimer.h" ¶ + "{Src}systime.h" ¶ "{Src}disptab.h" ¶ "{Src}termhooks.h" ¶ {INTERVALS_H_GROUP} ¶ "{Src}keyboard.h" ¶ + "{Src}keymap.h" ¶ "{Src}coding.h" ¶ "{Src}ccl.h" ¶ "{Src}process.h" ¶ |