Skip to content
  • Thomas Miedema's avatar
    Fix the sdist build · 328c212b
    Thomas Miedema authored
    Since commit 824e34e30338b4b1de0ab5467ffd29da4c7c805a, building ghc from
    a source distribution doesn't work.
    
    The error is:
    
        make[3]: *** No rule to make target
        'utils/genprimopcode/dist/build/Lexer.hs', needed by
        'utils/genprimopcode/dist/build/Lexer.o'.  Stop.
    
    This commit fixes that. See note [Implicit rule search algorithm].
    
    Differential Revision: https://phabricator.haskell.org/D959
    328c212b