diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-30 21:19:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-30 21:19:28 +0000 |
commit | 1024967e845246c09c2547d4b2f17adab0fad976 (patch) | |
tree | 680b4024246766e1e15a2739e369093cbd720c72 /utils/ghc-cabal | |
parent | 98de5f474de6eb5dc9b2e2ec582e02902fdb3856 (diff) | |
download | haskell-1024967e845246c09c2547d4b2f17adab0fad976.tar.gz |
Add ghc-cabal dependencies; fixes #3494
Diffstat (limited to 'utils/ghc-cabal')
-rw-r--r-- | utils/ghc-cabal/ghc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk index 3b4a85cc0f..d0f3bd5e90 100644 --- a/utils/ghc-cabal/ghc.mk +++ b/utils/ghc-cabal/ghc.mk @@ -21,6 +21,10 @@ CABAL_CONSTRAINT := --constraint="Cabal == $(CABAL_DOTTED_VERSION)" $(GHC_CABAL_INPLACE) : $(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext) | $$(dir $$@)/. "$(CP)" $< $@ +$(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(wildcard libraries/Cabal/Distribution/*/*/*.hs) +$(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(wildcard libraries/Cabal/Distribution/*/*.hs) +$(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(wildcard libraries/Cabal/Distribution/*.hs) + $(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(GHC_CABAL_DIR)/ghc-cabal.hs | $$(dir $$@)/. bootstrapping/. "$(GHC)" $(SRC_HC_OPTS) --make $(GHC_CABAL_DIR)/ghc-cabal.hs -o $@ \ -Wall $(WERROR) \ |