diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 14:56:34 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 14:56:34 +0000 |
commit | b8bf9a3b4096971803a1bd4c8c98a7d4d393d886 (patch) | |
tree | 3eacd8afdad9516a1df4337a0e29a2add5d327d2 /compiler/ghc.mk | |
parent | ffe795d92b1e0c385474100ecfb649fd40ae6b4d (diff) | |
download | haskell-b8bf9a3b4096971803a1bd4c8c98a7d4d393d886.tar.gz |
Finish removing BootingFromHc
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 854b756330..bb9a08f0f5 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -258,7 +258,6 @@ compiler/stage$1/build/Parser.y: compiler/parser/Parser.y.pp compiler/stage$1/build/primops.txt: compiler/prelude/primops.txt.pp compiler/stage$1/$$(PLATFORM_H) $$(CPP) $$(RAWCPP_FLAGS) -P $$(compiler_CPP_OPTS) -Icompiler/stage$1 -x c $$< | grep -v '^#pragma GCC' > $$@ -ifneq "$$(BootingFromHc)" "YES" compiler/stage$1/build/primop-data-decl.hs-incl: compiler/stage$1/build/primops.txt $$(GENPRIMOP_INPLACE) "$$(GENPRIMOP_INPLACE)" --data-decl < $$< > $$@ compiler/stage$1/build/primop-tag.hs-incl: compiler/stage$1/build/primops.txt $$(GENPRIMOP_INPLACE) @@ -286,7 +285,6 @@ compiler/stage$1/build/primop-primop-info.hs-incl: compiler/stage$1/build/primop # can still generate them if we want them back compiler/stage$1/build/primop-usage.hs-incl: compiler/stage$1/build/primops.txt $$(GENPRIMOP_INPLACE) "$$(GENPRIMOP_INPLACE)" --usage < $$< > $$@ -endif endef |