diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-07-24 13:01:08 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-07-29 21:30:52 +0200 |
commit | c7a7c49a81fa92bc46d04a9200be2afc5e4d1338 (patch) | |
tree | a335882bb6ee5055142844624cd25997744c7e77 /includes/ghc.mk | |
parent | 873f7b28ab694167a685e763aac6eb47d18a38c1 (diff) | |
download | haskell-c7a7c49a81fa92bc46d04a9200be2afc5e4d1338.tar.gz |
typo
Diffstat (limited to 'includes/ghc.mk')
-rw-r--r-- | includes/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index 73704b4c23..2cf835de80 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -113,7 +113,7 @@ endif @echo "#define BUILD_VENDOR \"$(HostVendor_CPP)\"" >> $@ @echo "#define HOST_VENDOR \"$(TargetVendor_CPP)\"" >> $@ @echo >> $@ - @echo "/* These TARGET macros are for backwards compatibily... DO NOT USE! */" >> $@ + @echo "/* These TARGET macros are for backwards compatibility... DO NOT USE! */" >> $@ @echo "#define TargetPlatform_TYPE $(TargetPlatform_CPP)" >> $@ @echo "#define $(TargetPlatform_CPP)_TARGET 1" >> $@ @echo "#define $(TargetArch_CPP)_TARGET_ARCH 1" >> $@ |