Modification of a patch from Debian: eliminate the endless rebuilds
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 25 Apr 2010 14:57:21 +0000 (14:57 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 25 Apr 2010 14:57:21 +0000 (14:57 +0000)
commit68fc254beda8c7ec5b6f738d4a3ef3f08ac5da57
tree848d83b17c08942e7504f1cfb40f35b3ef94af9b
parent2fa6c78d8dbf5402a6d2d79c3be9e208fd425f4a
Modification of a patch from Debian: eliminate the endless rebuilds
of basically unchanged binaries due to the compulsory rebuild of
version.o. version.o now depends normally on version2.def, which is
constructed using much the same if statements that version.o used to
use, except that it's not overwritten at all if its contents don't
need to change.

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