<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">It's been brought to my attention that I've been reading the Makefile in box2 wrong.&nbsp;<div>This is certain, because I though the symbols were BASH. They're not. Makefile has it's own, apparently.&nbsp;</div><div><br></div><div><div>cat Makefile</div><div><br></div><div>data.cdb: data</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>/usr/bin/tinydns-data</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>rm data</div><div><br></div><div>data: data.in cdegroot-secondary.data.in</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>cat $? &gt;$@</div></div><div><br></div><div>I've been concerned with the first part.&nbsp;</div><div>The second part is about this file [1] which has not been updated since 2007. I think it can be ignored.&nbsp;</div><div>Try this:&nbsp;</div><div><br></div><div><a href="http://www.cdegroot.com/">http://www.cdegroot.com/</a></div><div><br></div><div>Though I will admit I just had to open Intro To GCC to grok how wrong I was about how Makefiles work.&nbsp;</div><div>I'm of the opinion that this part of the Makefile is legacy and can be removed.&nbsp;</div><div><br></div><div>I have to go to an appointment and will be away for several hours.&nbsp;</div><div><br></div><div>Chris&nbsp;</div><div><br></div><div><br></div><div><br></div><div>[1]&nbsp;</div><div><br></div><div><div>cat cdegroot-secondary.data.in</div><div>.<a href="http://cdegroot.com">cdegroot.com</a>:85.10.192.171:a</div><div>.<a href="http://cdegroot.com">cdegroot.com</a>:85.10.195.197:b</div><div>@<a href="http://cdegroot.com">cdegroot.com</a>:85.10.192.171:a</div><div>+<a href="http://cdegroot.com">cdegroot.com</a>:85.10.192.171</div><div>+*.<a href="http://cdegroot.com">cdegroot.com</a>:85.10.192.171</div><div>#</div><div>.klickt.info:85.10.192.171:a</div><div>.klickt.info:85.10.195.197:b</div><div>@klickt.info:85.10.192.171:a</div><div>+klickt.info:85.10.192.171</div><div>+*.klickt.info:85.10.192.171</div><div>#</div><div>.<a href="http://stephaniebaquet.com">stephaniebaquet.com</a>:85.10.192.171:a</div><div>.<a href="http://stephaniebaquet.com">stephaniebaquet.com</a>:85.10.195.197:b</div><div>@<a href="http://stephaniebaquet.com">stephaniebaquet.com</a>:85.10.192.171:a</div><div>+<a href="http://stephaniebaquet.com">stephaniebaquet.com</a>:85.10.192.171</div><div>+*.<a href="http://stephaniebaquet.com">stephaniebaquet.com</a>:85.10.192.171</div><div>#</div><div>.noriensiemons.info:85.10.192.171:a</div><div>.noriensiemons.info:85.10.195.197:b</div><div>@noriensiemons.info:85.10.192.171:a</div><div>+noriensiemons.info:85.10.192.171</div><div>+*.noriensiemons.info:85.10.192.171</div></div></body></html>