[Fontconfig] fontconfig: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Oct 5 12:12:57 PDT 2011
doc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3951fbaa39699684ebd3e76b333a14d5ebb19919
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Oct 5 15:12:48 2011 -0400
Fix parallel build
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8d7d5c8..a29ba2f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -102,7 +102,7 @@ if CROSS_COMPILING
.fncs.sgml:
@echo Warning: cannot rebuild $@ when cross-compiling
else
-.fncs.sgml:
+.fncs.sgml: ./edit-sgml$(EXEEXT)
$(RM) $@
./edit-sgml$(EXEEXT) $(FNCS_TMPL) < '$<' > $*.sgml
endif
More information about the Fontconfig
mailing list