Change how we detect if we are using the bootstrapping compiler or not
authorIan Lynagh <igloo@earth.li>
Sat, 13 Sep 2008 10:46:58 +0000 (10:46 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 13 Sep 2008 10:46:58 +0000 (10:46 +0000)
commit65446998cecc828631beba145560933d7d15cf8e
tree7d4f1624d0cfa3c6294dfda930daea55b066370d
parentf26ce77a29d2dd870dc8af819eec8536e67d4301
Change how we detect if we are using the bootstrapping compiler or not
I think looking for $(GHC_COMPILER_DIR_ABS) was failing on the Windows
buildbot due to different path separators. Now we just look for
"inplace".
mk/config.mk.in