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
cfc86c7a
Commit
cfc86c7a
authored
Nov 23, 2009
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Must create deps for ecrt0.o in its rule.
parent
46f3381a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/Makefile.in
src/Makefile.in
+3
-0
No files found.
src/ChangeLog
View file @
cfc86c7a
2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in: Must create deps for ecrt0.o in its rule.
* xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
* xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
because that is what Gtk+ font dialog understands.
because that is what Gtk+ font dialog understands.
...
...
src/Makefile.in
View file @
cfc86c7a
...
@@ -1042,6 +1042,9 @@ stamp-oldxmenu:
...
@@ -1042,6 +1042,9 @@ stamp-oldxmenu:
exit 1
exit 1
ecrt0.o
:
ecrt0.c $(config_h)
ecrt0.o
:
ecrt0.c $(config_h)
#ifdef AUTO_DEPEND
@-test
-d
deps
||
mkdir
deps
#endif
CRT0_COMPILE
${srcdir}/ecrt0.c
CRT0_COMPILE
${srcdir}/ecrt0.c
doc.o
:
buildobj.h
doc.o
:
buildobj.h
...
...
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