Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Thomas Miedema's avatar
    328c212b
    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
    History
    Fix the sdist build
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.