diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:49:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 13:49:28 +0000 |
commit | 145c696c44d201e57e33a308142b7f41aac611db (patch) | |
tree | 48ef4bdf4ac8605e4af4ffe09ed86fcd6a94d2d4 /utils | |
parent | cc4da37aa4e75294823ad2356d2352b32a1d30ea (diff) | |
download | haskell-145c696c44d201e57e33a308142b7f41aac611db.tar.gz |
Define CABAL in mk/cabal-flags.mk, rather than everywhere we use it
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hsc2hs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/hsc2hs/Makefile b/utils/hsc2hs/Makefile index 699aa80a7d..297177995e 100644 --- a/utils/hsc2hs/Makefile +++ b/utils/hsc2hs/Makefile @@ -7,9 +7,6 @@ include $(TOP)/mk/cabal-flags.mk # that are not -Wall clean! # SRC_HC_OPTS += -Wall -CABAL = $(FPTOOLS_TOP_ABS)/libraries/cabal-bin \ - $(GHC) $(FPTOOLS_TOP_ABS)/libraries/bootstrapping.conf - ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" INSTALL_FLAGS = else |