diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-07-20 01:00:21 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-07-20 01:00:21 +0000 |
commit | 533efb8743a7e5b989b55418aaba6cfb08e5095c (patch) | |
tree | fd30b01a49212b86ed4be927b7e360bcd725584b /mac | |
parent | 0ab31e4a9ffda94e1e741f9a4b0df5aff3c62570 (diff) | |
download | emacs-533efb8743a7e5b989b55418aaba6cfb08e5095c.tar.gz |
(dired.c.x, editfns.c.x, fileio.c.x): Depend on blockinput.h.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/makefile.MPW | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index 18866c2979d..f0d8fdc6e4e 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW @@ -370,7 +370,8 @@ buildobj.lst Ä "{Src}charset.h" ¶ "{Src}coding.h" ¶ "{Src}ccl.h" ¶ - "{Src}regex.h" + "{Src}regex.h" ¶ + "{Src}blockinput.h" {Src}dispnew.c.x Ä ¶ {CONFIG_H_GROUP} ¶ @@ -422,7 +423,8 @@ buildobj.lst Ä "{Src}ccl.h" ¶ {WINDOW_H_GROUP} ¶ "{Src}systime.h" ¶ - "{Includes}sys:time.h" + "{Includes}sys:time.h" ¶ + "{Src}blockinput.h" {Src}emacs.c.x Ä ¶ {CONFIG_H_GROUP} ¶ @@ -465,7 +467,8 @@ buildobj.lst Ä {WINDOW_H_GROUP} ¶ "{Src}systime.h" ¶ "{Includes}sys:time.h" ¶ - "{Src}commands.h" + "{Src}commands.h" ¶ + "{Src}blockinput.h" {Src}filemode.c.x Ä ¶ {CONFIG_H_GROUP} ¶ |