summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-12-22 17:35:39 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-12-22 17:36:54 +0100
commit3879bdf3afb00ff8569cba4648876652d1addadb (patch)
tree997ecba9eea231c5075c2ccaabb4af3230a8daee /includes
parent41e1cf18f897f0f7446f03c8ba9c174cf3962de8 (diff)
downloadhaskell-3879bdf3afb00ff8569cba4648876652d1addadb.tar.gz
Fix typo in GLASGOW_HASKELL_PATCHLEVEL2 macro
This typo slipped in through 3549c952b535803270872adaf87262f2df0295a4
Diffstat (limited to 'includes')
-rw-r--r--includes/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk
index f0bfbec0da..c7cec6c948 100644
--- a/includes/ghc.mk
+++ b/includes/ghc.mk
@@ -68,7 +68,7 @@ $(includes_H_VERSION) : mk/project.mk | $$(dir $$@)/.
echo "#define __GLASGOW_HASKELL_PATCHLEVEL1__ $(ProjectPatchLevel1)" >> $@; \
fi
@if [ -n "$(ProjectPatchLevel2)" ]; then \
- echo "#define __GLASGOW_HASKELL_PATCHLEVEL1__ $(ProjectPatchLevel2)" >> $@; \
+ echo "#define __GLASGOW_HASKELL_PATCHLEVEL2__ $(ProjectPatchLevel2)" >> $@; \
fi
@echo >> $@
@echo '#define MIN_VERSION_GLASGOW_HASKELL(ma,mi,pl1,pl2) (\\' >> $@