aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorMiles Bader2008-04-18 02:56:45 +0000
committerMiles Bader2008-04-18 02:56:45 +0000
commitd02fe47dd3be7310d1bfd6e802d1fac2ea5f5e9d (patch)
tree9ba3090ea2e4c57322ad5104dc910eedffb40ae4 /src/Makefile.in
parentdc6ee347e3e4fe96397ef913d2ffe4901cc0c1a8 (diff)
parentbcb96719b37029024876fca1f65eab69d32aa6d8 (diff)
downloademacs-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.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 $@