diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 21acdae775e..f59e8762779 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-11-23 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2009-11-23 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * Makefile.in: Must create deps for ecrt0.o in its rule. | ||
| 4 | |||
| 3 | * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name | 5 | * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name |
| 4 | because that is what Gtk+ font dialog understands. | 6 | because that is what Gtk+ font dialog understands. |
| 5 | 7 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index aceecacb5c7..3b77ff80f87 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1042,6 +1042,9 @@ stamp-oldxmenu: | |||
| 1042 | exit 1 | 1042 | exit 1 |
| 1043 | 1043 | ||
| 1044 | ecrt0.o: ecrt0.c $(config_h) | 1044 | ecrt0.o: ecrt0.c $(config_h) |
| 1045 | #ifdef AUTO_DEPEND | ||
| 1046 | @-test -d deps || mkdir deps | ||
| 1047 | #endif | ||
| 1045 | CRT0_COMPILE ${srcdir}/ecrt0.c | 1048 | CRT0_COMPILE ${srcdir}/ecrt0.c |
| 1046 | doc.o: buildobj.h | 1049 | doc.o: buildobj.h |
| 1047 | 1050 | ||