diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-20 18:45:11 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-20 18:45:11 +0100 |
commit | c91c23300d58e4bd06c0f154e9ade0e1e3c2c21e (patch) | |
tree | acaef3fad2d4065fa16bcc3daedf62d89dda9856 /ghc.mk | |
parent | b45700cee37d259e78315ee525b7d7ef6bd3a674 (diff) | |
download | haskell-c91c23300d58e4bd06c0f154e9ade0e1e3c2c21e.tar.gz |
Fix typo (spotted by gabor)
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1288,7 +1288,7 @@ endif # hsc2hs is needed, e.g. to make the .hs files for hpc. phase_0_builds: $(utils/hsc2hs_dist_depfile_haskell) phase_0_builds: $(utils/hsc2hs_dist_depfile_c_asm) -# genprimopcode is needed ot make the .hs-incl files that are in the +# genprimopcode is needed to make the .hs-incl files that are in the # ghc package. phase_0_builds: $(utils/genprimopcode_dist_depfile_haskell) phase_0_builds: $(utils/genprimopcode_dist_depfile_c_asm) |