summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-10 13:49:28 +0000
committerIan Lynagh <igloo@earth.li>2008-07-10 13:49:28 +0000
commit145c696c44d201e57e33a308142b7f41aac611db (patch)
tree48ef4bdf4ac8605e4af4ffe09ed86fcd6a94d2d4 /libraries
parentcc4da37aa4e75294823ad2356d2352b32a1d30ea (diff)
downloadhaskell-145c696c44d201e57e33a308142b7f41aac611db.tar.gz
Define CABAL in mk/cabal-flags.mk, rather than everywhere we use it
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index ed8bb947da..65778ee053 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -154,7 +154,6 @@ subdirs:
HERE_ABS=$(FPTOOLS_TOP_ABS)/libraries
IFBUILDABLE=ifBuildable/ifBuildable $(HERE_ABS)/boot-packages
-CABAL=$(HERE_ABS)/cabal-bin $(GHC) $(HERE_ABS)/bootstrapping.conf
CABAL_GHC_FLAGS = -Wall
ifeq "$(ghc_ge_605)" "NO"