I&#39;m having trouble building HEAD, to the point where even running &quot;make clean&quot; fails.<br><br>$ make clean &amp;&amp; make maintainer-clean<br>make -r --no-print-directory -f <a href="http://ghc.mk">ghc.mk</a> clean CLEANING=YES<br>

&quot;rm&quot; -rf inplace<br>&quot;rm&quot; -rf <br>&quot;rm&quot; -rf docs/users_guide/users_guide docs/users_guide/users_guide.pdf docs/users_guide/<a href="http://users_guide.ps">users_guide.ps</a><br>&quot;rm&quot; -rf docs/users_guide/users_guide.xml docs/users_guide/what_glasgow_exts_does.gen.xml<br>

&quot;rm&quot; -rf docs/man/ghc.1 docs/man/flags.xsl docs/man/flags.xml<br>&quot;rm&quot; -rf libraries/Cabal/doc/Cabal libraries/Cabal/doc/Cabal.pdf libraries/Cabal/doc/Cabal.ps<br>&quot;rm&quot; -rf utils/unlit/dist<br>

&quot;rm&quot; -rf inplace/lib/<br>&quot;rm&quot; -rf utils/hp2ps/dist<br>&quot;rm&quot; -rf inplace/bin/hp2ps<br>&quot;rm&quot; -rf driver/mangler/dist inplace/lib/<br>&quot;rm&quot; -rf driver/split/dist inplace/lib/<br>

&quot;rm&quot; -rf utils/genprimopcode/dist<br>&quot;rm&quot; -rf inplace/bin/<br>&quot;rm&quot; -rf  libffi/build libffi/stamp.ffi.* libffi/dist-install<br>&quot;rm&quot; -rf includes/dist-derivedconstants<br>&quot;rm&quot; -rf inplace/bin/mkDerivedConstants<br>

&quot;rm&quot; -rf includes/dist-ghcconstants<br>&quot;rm&quot; -rf inplace/bin/mkGHCConstants<br>&quot;rm&quot; -rf  includes/ghcautoconf.h includes/ghcplatform.h includes/GHCConstants.h includes/DerivedConstants.h<br>&quot;rm&quot; -rf rts/dist<br>

&quot;rm&quot; -rf bindisttest/&quot;install dir&quot;  bindisttest/HelloWorld bindisttest/HelloWorld.o bindisttest/HelloWorld.hi bindisttest/output<br>&quot;rm&quot; -rf  utils/ghc-cabal/dist bootstrapping<br>&quot;rm&quot; -rf utils/ghc-cabal/dist-dummy-ghc<br>

&quot;rm&quot; -rf inplace/bin/dummy-ghc<br>&quot;rm&quot; -rf utils/genapply/dist<br>&quot;rm&quot; -rf inplace/bin/<br>&quot;rm&quot; -rf utils/haddock/dist<br>&quot;rm&quot; -rf utils/haddock/doc/haddock utils/haddock/doc/haddock.pdf utils/haddock/doc/<a href="http://haddock.ps">haddock.ps</a><br>

make[1]: *** No rule to make target `clean_libraries/dph/dph-base&#39;, needed by `clean_libraries/dph&#39;.  Stop.<br>make: *** [clean] Error 2<br><br>A normal make fails on some profiling thingy.<br><br>-- Johan<br><br>