In my ghc.mk I have declared:$(eval $(call build-prog,driver/ghc-split,dist,0))$(eval $(call bindist,driver/ghc-split,ghc.mk))
Now it's perfectly fine to build this at stage 1 or 2
, but when I change it to either of those building fails telling me thatghc-stage1 or ghc-stage2 cannot be found...