Skip to content
Snippets Groups Projects
Commit a8c556df authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing: Committed by thoughtpolice
Browse files

Fix typo in GLASGOW_HASKELL_PATCHLEVEL2 macro

This typo slipped in through 3549c952

(cherry picked from commit 3879bdf3)
parent bb060390
No related branches found
No related tags found
No related merge requests found
......@@ -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) (\\' >> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment