<div dir="ltr">Thanks. that issue was fixed in local repo but forgot to commit it. should works now.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 1, 2015 at 2:10 AM, Jon TURNEY <span dir="ltr"><<a href="mailto:jon.turney@dronecode.org.uk" target="_blank">jon.turney@dronecode.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 27/02/2015 06:57, Akira TAGOH wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
commit d6a5cc665a1d7e91332944353e92c8<u></u>3ad114368c<br>
Author: Akira TAGOH <<a href="mailto:akira@tagoh.org" target="_blank">akira@tagoh.org</a>><br>
Date: Fri Feb 27 14:17:26 2015 +0900<br>
<br>
Hardcode the blanks in the library<br>
<br>
<a href="https://bugs.freedesktop.org/show_bug.cgi?id=79956" target="_blank">https://bugs.freedesktop.org/<u></u>show_bug.cgi?id=79956</a><br>
<br>
</blockquote></span>
[...]<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
diff --git a/fc-blanks/Makefile.am b/fc-blanks/Makefile.am<br>
</blockquote>
[...]<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+<br>
+NULL =<br>
+BLANKSPY = fc-blanks.py<br>
+BLANKS_H = fcblanks.h<br>
+TMPL = fcblanks.tmpl.h<br>
+noinst_SCRIPTS = $(BLANKSPY)<br>
+noinst_HEADERS = $(BLANKS_H)<br>
+<br>
+$(BLANKS_H): $(BLANKSPY) $(TMPL)<br>
+ $(AM_V_GEN) $(PYTHON) $(BLANKSPY) < $(TMPL) > $(BLANKS_H).tmp && \<br>
+ mv $(BLANKS_H).tmp $(BLANKS_H) || ($(RM) $(BLANKS_H).tmp && false)<br>
</blockquote>
<br></span>
This doesn't work when srcdir != builddir. See [1]<br>
<br>
Patch attached.<br>
<br>
[1] <a href="http://tinderbox.x.org/builds/2015-02-27-0014/logs/fontconfig/#build" target="_blank">http://tinderbox.x.org/builds/<u></u>2015-02-27-0014/logs/<u></u>fontconfig/#build</a><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Akira TAGOH</div>
</div>