Hi,

  In ghc/Makefile it says:

17      # Order is important! driver/ has to come before includes/ which
18      # again has to come before the rest.
19      #
20      # If we're booting from .hc files, swap the order
21      # we descend into compiler/ and lib/
22      #
23      ifeq "$(GhcWithHscBuiltViaC)" "NO"
24      SUBDIRS = utils driver includes rts docs compiler lib
25      else
26      SUBDIRS = utils driver includes rts docs lib compiler
27      endif

Shouldn't this be 'ifeq "$(GhcWithHscBuiltViaC)" "YES"' ?

  Jan

-- 
--------
Jan Kort

Reply via email to