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)
commit5ca2e94ede1ff4ef411ebf060aa91845a03414ee
treef4a9afb9096ac9d0111bd893f3e896b608ca28be
parent4899a56bd4455b9b1b285f1573f0a2376bc4f043
Always do 'setup makefile' before building each library
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.
libraries/Makefile