summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2014-12-01 09:26:51 -0600
committerAustin Seipp <austin@well-typed.com>2014-12-01 09:26:52 -0600
commit370b0f5bac51b99525d09226a988ebddde9e09bd (patch)
treeb0b078dbb7bd9edfb6a30ea20ca3c50b5160202b /compiler/ghc.mk
parente77faaced8da576e65108d961ce9869502b62f2a (diff)
downloadhaskell-370b0f5bac51b99525d09226a988ebddde9e09bd.tar.gz
Remove references to Parser.y.pp
Summary: Commit 37d64a51348a803a1cf974d9e97ec9231215064a removed the preprocessing step for Parser.y. Reviewers: rodlogic, austin Reviewed By: austin Subscribers: carter, thomie Differential Revision: https://phabricator.haskell.org/D543
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index c1b168e8d6..a33fde8d3f 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -268,9 +268,6 @@ compiler_CPP_OPTS += ${GhcCppOpts}
define preprocessCompilerFiles
# $0 = stage
-compiler/stage$1/build/Parser.y: compiler/parser/Parser.y.pp
- $$(CPP) $$(RAWCPP_FLAGS) -P $$(compiler_CPP_OPTS) -x c $$< | grep -v '^#pragma GCC' > $$@
-
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' > $$@