Subject: winex Make.rules.in,1.22,1.23Update of /var/lib/cvsd/cvsroot/winex In directory agravaine:/tmp/cvs-serv18161
Modified Files: Make.rules.in Log Message: Our continued lack of a working "make depend" phase continues to confuse Make. I'm adding Flex/Bison-generated source files to the .PRECIOUS directive to tell it that even if they're generated as intermediate files using chained implicit rules, they should not be deleted afterwards, even if there's no dependency rule requesting their existence. Such deletion
Subject: winex Make.rules.in,1.22,1.23Update of /var/lib/cvsd/cvsroot/winex
In directory agravaine:/tmp/cvs-serv18161
Modified Files:
Make.rules.in
Log Message:
Our continued lack of a working "make depend" phase continues to confuse
Make. I'm adding Flex/Bison-generated source files to the .PRECIOUS
directive to tell it that even if they're generated as intermediate files
using chained implicit rules, they should not be deleted afterwards, even
if there's no dependency rule requesting their existence. Such deletion