Fix a build-breaking bug I introduced to the OS X makefile in r8931.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 26 Apr 2010 17:26:38 +0000 (17:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 26 Apr 2010 17:26:38 +0000 (17:26 +0000)
commitf95da86029961ef7cddbd53e746808f87e2b5c34
tree48004c31ef845c1f1e89dc7ddfb5a5a0349f1717
parentca2e15e21765c97b56bd971198c3b93866fe82f1
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.)

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8933 cda61777-01e9-0310-a592-d414129be87e
Recipe