X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc.mk;h=f818482e3458b4bd76b7691e82b99b47f627616d;hp=f7d236b577713b0774a02dffd474b29eddc07692;hb=f07b01e57f4c08a68e22eb81f25c865d1d7c15c3;hpb=aee44bbe090c356d649398a93e260d967a7c50db diff --git a/ghc.mk b/ghc.mk index f7d236b..f818482 100644 --- a/ghc.mk +++ b/ghc.mk @@ -1215,10 +1215,10 @@ phase_1_builds: $(PACKAGE_DATA_MKS) # ----------------------------------------------------------------------------- # Support for writing GHC passes in Coq -compiler/coq/: +compiler/coq/Makefile: git submodule update --init compiler/coq cd compiler/coq/; git checkout master -compiler/coq/build/CoqPass.hs: compiler/coq/ $(wildcard compiler/coq/src/*.v) $(wildcard compiler/coq/src/*.hs) +compiler/coq/build/CoqPass.hs: compiler/coq/Makefile $(wildcard compiler/coq/src/*.v) $(wildcard compiler/coq/src/*.hs) cd compiler/coq; make compiler/stage1/build/CoqPass.hs: compiler/coq/build/CoqPass.hs cp compiler/coq/build/CoqPass.hs $@