aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 8566848a434..011a630f056 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -549,7 +549,7 @@ CYGWIN_OBJ = sheap.o
549 549
550#ifdef HAVE_CARBON 550#ifdef HAVE_CARBON
551mac = $(dot)$(dot)/mac/ 551mac = $(dot)$(dot)/mac/
552MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o 552MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o
553emacsapp = $(PWD)/$(mac)Emacs.app/ 553emacsapp = $(PWD)/$(mac)Emacs.app/
554emacsappsrc = ${srcdir}/../mac/Emacs.app/ 554emacsappsrc = ${srcdir}/../mac/Emacs.app/
555#endif 555#endif
@@ -1268,6 +1268,9 @@ macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
1268 process.h coding.h $(config_h) 1268 process.h coding.h $(config_h)
1269macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ 1269macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
1270 keymap.h $(config_h) 1270 keymap.h $(config_h)
1271mactoolbox.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
1272 charset.h coding.h ccl.h dispextern.h fontset.h termhooks.h buffer.h \
1273 window.h keyboard.h $(config_h)
1271 1274
1272${emacsapp}Contents/Resources/English.lproj: 1275${emacsapp}Contents/Resources/English.lproj:
1273 mkdir -p $@ 1276 mkdir -p $@