<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/test</tt></b></td></tr>
<tr><td><tt><a href="#file1">Makefile.in</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+2</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">ef31ae97bb8b -> 852fc1db460a</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Fix test/Makefile.in for case where mkdir_p is configured as $(mkinstalldirs)
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/test</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.in</b></big> <small id="info" style="color: #888888;" >ef31ae97bb8b -> 852fc1db460a</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/test/Makefile.in
+++ lxdream/test/Makefile.in
@@ -1,6 +1,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+SHELL = @SHELL@
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > mkdir_p = @mkdir_p@
 
 # host compiler and flags
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>