diff options
| author | Miles Bader | 2008-04-18 02:56:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-18 02:56:45 +0000 |
| commit | d02fe47dd3be7310d1bfd6e802d1fac2ea5f5e9d (patch) | |
| tree | 9ba3090ea2e4c57322ad5104dc910eedffb40ae4 /src/Makefile.in | |
| parent | dc6ee347e3e4fe96397ef913d2ffe4901cc0c1a8 (diff) | |
| parent | bcb96719b37029024876fca1f65eab69d32aa6d8 (diff) | |
| download | emacs-d02fe47dd3be7310d1bfd6e802d1fac2ea5f5e9d.tar.gz emacs-d02fe47dd3be7310d1bfd6e802d1fac2ea5f5e9d.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1112
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 $@ |