id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
2377	Building ghc-api with profiling fails during install	bos		"I tried to build GHC-as-a-library using profiling, per http://www.haskell.org/haskellwiki/GHC/As_a_library - unfortunately, it stumbled on one of the last steps.

This is what I added to `mk/build/mk`:
{{{
echo ""GhcCompilerWays=p"" >> mk/build.mk
}}}

And this is what happened during `make install`:

{{{
rm -f package.conf.inplace
rm -f ../driver/stamp-pkg-conf-ghc
make ../driver/stamp-pkg-conf-ghc
make[3]: *** No rule to make target `../driver/stamp-pkg-conf-ghc'.  Stop.
make[2]: *** [stage2/ghc_p-6.8.3] Error 2
make[1]: *** [install] Error 1
make: *** [install] Error 1
}}}

Please let me know if you need more details."	bug	closed	normal	6.10.1	Compiler	6.8.3	fixed			Unknown/Multiple	Unknown/Multiple		Unknown				
