Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6b7f0860
Commit
6b7f0860
authored
Aug 29, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ftfont.o): Depend on composite.h.
(composite.o): Depend dispextern.h, font.h, frame, and window.h.
parent
7d09b7a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/Makefile.in
src/Makefile.in
+4
-2
No files found.
src/Makefile.in
View file @
6b7f0860
...
...
@@ -1082,7 +1082,8 @@ frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
fringe.o
:
fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h)
font.o
:
font.c dispextern.h frame.h window.h ccl.h character.h charset.h
\
font.h $(config_h)
ftfont.o
:
dispextern.h frame.h character.h charset.h font.h $(config_h)
ftfont.o
:
dispextern.h frame.h character.h charset.h composite.h font.h
\
$(config_h)
fontset.o
:
dispextern.h fontset.h fontset.c ccl.h buffer.h character.h
\
charset.h frame.h keyboard.h termhooks.h font.h $(config_h)
getloadavg.o
:
getloadavg.c $(config_h)
...
...
@@ -1248,7 +1249,8 @@ textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
$(config_h)
intervals.o
:
intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h
\
keymap.h $(config_h)
composite.o
:
composite.c buffer.h character.h $(INTERVAL_SRC) $(config_h)
composite.o
:
composite.c buffer.h character.h dispextern.h font.h frame.h
\
$(INTERVAL_SRC) window.h $(config_h)
/*
System-specific
programs
to
be
made.
OTHER_FILES
and
OBJECTS_MACHINE
...
...
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