Always do 'setup makefile' before building each library
authorSimon Marlow <simonmar@microsoft.com>
Tue, 20 Nov 2007 10:33:29 +0000 (10:33 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 20 Nov 2007 10:33:29 +0000 (10:33 +0000)
This forces preprocessing to happen, which is necessary if any of the
.hsc files have been modified.  Without this change, a 'setup
makefile' would be required by hand after a .hsc file changed.
Fortunately 'setup makefile' isn't much extra work, and I've made it
not overwrite GNUmakefile if it hasn't changed, which avoids
recalculating the dependencies each time.


No differences found