diff options
author | lennart@augustsson.net <unknown> | 2007-02-04 19:08:55 +0000 |
---|---|---|
committer | lennart@augustsson.net <unknown> | 2007-02-04 19:08:55 +0000 |
commit | ecebce9905e5f5f1a4b78b7126bcf11a8463bdde (patch) | |
tree | 3c1b6541a662e28dba0e82dc4ce26fa818c10e0f /Makefile | |
parent | c7c9df49873a5316afac360f9ac2d8da432b40f1 (diff) | |
download | haskell-ecebce9905e5f5f1a4b78b7126bcf11a8463bdde.tar.gz |
Fix a typo.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # # Targets: # -# bootsrap (DEFAULT) +# bootstrap (DEFAULT) # Builds GHC, then builds the libraries, # then uses this GHC ("stage 1") to build itself # ("stage 2"). |