diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 5 |
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 |
| 551 | mac = $(dot)$(dot)/mac/ | 551 | mac = $(dot)$(dot)/mac/ |
| 552 | MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o | 552 | MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o mactoolbox.o |
| 553 | emacsapp = $(PWD)/$(mac)Emacs.app/ | 553 | emacsapp = $(PWD)/$(mac)Emacs.app/ |
| 554 | emacsappsrc = ${srcdir}/../mac/Emacs.app/ | 554 | emacsappsrc = ${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) |
| 1269 | macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ | 1269 | macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ |
| 1270 | keymap.h $(config_h) | 1270 | keymap.h $(config_h) |
| 1271 | mactoolbox.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 $@ |