cache the values of ghc_ge_XXX at configure-time
authorSimon Marlow <simonmar@microsoft.com>
Tue, 13 Mar 2007 16:00:08 +0000 (16:00 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 13 Mar 2007 16:00:08 +0000 (16:00 +0000)
This avoids recomputing them via $(shell) each time make expands one
of these variables, which is very expensive (0.3s or so) on Windows.


No differences found