Must create deps for ecrt0.o in its rule.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 23 Nov 2009 14:48:59 +0000 (14:48 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 23 Nov 2009 14:48:59 +0000 (14:48 +0000)
src/ChangeLog
src/Makefile.in

index 21acdae..f59e876 100644 (file)
@@ -1,5 +1,7 @@
 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
        because that is what Gtk+ font dialog understands.
 
index aceecac..3b77ff8 100644 (file)
@@ -1042,6 +1042,9 @@ stamp-oldxmenu:
        exit 1
 
 ecrt0.o: ecrt0.c $(config_h)
+#ifdef AUTO_DEPEND
+       @-test -d deps || mkdir deps
+#endif
        CRT0_COMPILE ${srcdir}/ecrt0.c
 doc.o: buildobj.h