aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2008-04-06 01:57:25 +0000
committerYAMAMOTO Mitsuharu2008-04-06 01:57:25 +0000
commitf4f1eb1002f4d49d64cf2452d55b120a71526dc7 (patch)
tree4de515c05650eac0e67d54e71e3182da5ad875fb
parentf1a374593b45eb236a8dd5c3b8a12416ce39cb2e (diff)
downloademacs-f4f1eb1002f4d49d64cf2452d55b120a71526dc7.tar.gz
emacs-f4f1eb1002f4d49d64cf2452d55b120a71526dc7.zip
(MAC_OBJ): Add mactoolbox.o.
(mactoolbox.o): New target.
-rw-r--r--src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 74ab05bec9c..97c630e24c0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -575,7 +575,7 @@ CYGWIN_OBJ = sheap.o
575 575
576#ifdef HAVE_CARBON 576#ifdef HAVE_CARBON
577mac = $(dot)$(dot)/mac/ 577mac = $(dot)$(dot)/mac/
578MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o 578MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o
579emacsapp = $(PWD)/$(mac)Emacs.app/ 579emacsapp = $(PWD)/$(mac)Emacs.app/
580emacsappsrc = ${srcdir}/../mac/Emacs.app/ 580emacsappsrc = ${srcdir}/../mac/Emacs.app/
581#endif 581#endif
@@ -1287,6 +1287,9 @@ macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
1287 process.h coding.h $(config_h) 1287 process.h coding.h $(config_h)
1288macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ 1288macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
1289 keymap.h $(config_h) 1289 keymap.h $(config_h)
1290mactoolbox.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
1291 charset.h coding.h ccl.h dispextern.h fontset.h termhooks.h buffer.h \
1292 window.h keyboard.h $(config_h)
1290 1293
1291${emacsapp}Contents/Resources/English.lproj: 1294${emacsapp}Contents/Resources/English.lproj:
1292 mkdir -p $@ 1295 mkdir -p $@