diff options
author | David Terei <davidterei@gmail.com> | 2011-05-04 17:08:47 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-05-04 17:08:47 -0700 |
commit | 51fd4a1db15971e8eb46a2d665dc3f1572b95653 (patch) | |
tree | d110f644a9fd443c9cdab2024750d06a3f8c7d8f /utils | |
parent | b455448383fc4bbbfe5bdf3415145d1366811cad (diff) | |
download | haskell-51fd4a1db15971e8eb46a2d665dc3f1572b95653.tar.gz |
Remove unused hasktags configure check
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 881d7d50b9..e522c32ba8 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -60,7 +60,7 @@ endif WITH_BOOTSTRAPPING_COMPILER = installPackage ghc-pkg hsc2hs hpc -WITH_STAGE2 = installPackage ghc-pkg hasktags runghc hpc pwd haddock +WITH_STAGE2 = installPackage ghc-pkg runghc hpc pwd haddock ifneq "$(NO_INSTALL_HSC2HS)" "YES" WITH_STAGE2 += hsc2hs endif |