Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f4f1eb10
Commit
f4f1eb10
authored
Apr 06, 2008
by
YAMAMOTO Mitsuharu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(MAC_OBJ): Add mactoolbox.o.
(mactoolbox.o): New target.
parent
f1a37459
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/Makefile.in
src/Makefile.in
+4
-1
No files found.
src/Makefile.in
View file @
f4f1eb10
...
...
@@ -575,7 +575,7 @@ CYGWIN_OBJ = sheap.o
#ifdef HAVE_CARBON
mac
=
$(dot)$(dot)
/mac/
MAC_OBJ
=
mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o
MAC_OBJ
=
mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o
mactoolbox.o
emacsapp
=
$(PWD)
/
$(mac)
Emacs.app/
emacsappsrc
=
${srcdir}
/../mac/Emacs.app/
#endif
...
...
@@ -1287,6 +1287,9 @@ macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
process.h coding.h $(config_h)
macselect.o
:
blockinput.h atimer.h systime.h macterm.h macgui.h frame.h
\
keymap.h $(config_h)
mactoolbox.o
:
blockinput.h atimer.h systime.h macterm.h macgui.h frame.h
\
charset.h coding.h ccl.h dispextern.h fontset.h termhooks.h buffer.h
\
window.h keyboard.h $(config_h)
${emacsapp}Contents/Resources/English.lproj
:
mkdir
-p
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment