chiark / gitweb /
Fix a build-breaking bug I introduced to the OS X makefile in r8931.
authorSimon Tatham <anakin@pobox.com>
Mon, 26 Apr 2010 17:26:38 +0000 (17:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 26 Apr 2010 17:26:38 +0000 (17:26 +0000)
commit177f4c1974f83085953d13f5f3a54d8798f97335
tree48004c31ef845c1f1e89dc7ddfb5a5a0349f1717
parent36cee4e2796c23da15d3276e88416ad1ce035c4a
Fix a build-breaking bug I introduced to the OS X makefile in r8931.
(Missed off the explicit -o from the compile lines constructing
version.{i386,ppc}.o, causing both to be compiled as version.o and
dependent build steps to fail.)

[originally from svn r8933]
[r8931 == 36cee4e2796c23da15d3276e88416ad1ce035c4a]
Recipe