diff options
author | Kim F. Storm <storm@cua.dk> | 2003-03-31 22:45:50 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-03-31 22:45:50 +0000 |
commit | f9329151f735f8064c7ab36acb0c2c132ce457b9 (patch) | |
tree | 77557c84ade866fca77144ce388ca760be0c7f19 /mac | |
parent | 874ebf3a3e3b9b7bc1a9ad467b31daeb299df91e (diff) | |
download | emacs-f9329151f735f8064c7ab36acb0c2c132ce457b9.tar.gz |
(frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
(xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/makefile.MPW | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index 7c53659dbc3..d170750679f 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW @@ -488,6 +488,7 @@ Emacs ÄÄ {Makefile} "{Source}"Emacs.maclf.r "{Source}"EmacsMPW.maclf.r "{Src}frame.h" ¶ "{Src}fontset.h" ¶ "{Src}termhooks.h" ¶ + {BLOCKINPUT_H_GROUP} ¶ {DISPEXTERN_H_GROUP} ¶ {WINDOW_H_GROUP} ¶ "{Src}buffer.h" ¶ @@ -790,9 +791,7 @@ 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" ¶ + {BLOCKINPUT_H_GROUP} ¶ "{Src}disptab.h" ¶ "{Src}termhooks.h" ¶ {INTERVALS_H_GROUP} ¶ |