aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2009-11-23 14:48:59 +0000
committerJan Djärv2009-11-23 14:48:59 +0000
commitcfc86c7a8657e1e027cfdf6f0b73998d90fa195c (patch)
tree715ff36dda46aadd164fb523f3d4a87c679b073d /src
parent46f3381adef956e0e3d83e8950af6cba8420f9f5 (diff)
downloademacs-cfc86c7a8657e1e027cfdf6f0b73998d90fa195c.tar.gz
emacs-cfc86c7a8657e1e027cfdf6f0b73998d90fa195c.zip
Must create deps for ecrt0.o in its rule.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in3
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 @@
12009-11-23 Jan Djärv <jan.h.d@swipnet.se> 12009-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
1044ecrt0.o: ecrt0.c $(config_h) 1044ecrt0.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
1046doc.o: buildobj.h 1049doc.o: buildobj.h
1047 1050