summaryrefslogtreecommitdiff
path: root/utils/genprimopcode
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-03 18:49:23 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-03 19:56:49 +0000
commit1da6975add0b333027f2b643933a4b60f0f66095 (patch)
treeb0fb41e1be3d37acec65c2920e7555df804817d8 /utils/genprimopcode
parent5d0801dac3503c242e874eb6334245943b2e7908 (diff)
downloadhaskell-1da6975add0b333027f2b643933a4b60f0f66095.tar.gz
Define $(prog)_INPLACE variables automatically, and start using them
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r--utils/genprimopcode/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genprimopcode/ghc.mk b/utils/genprimopcode/ghc.mk
index d119d8dfb3..b4fb6c01de 100644
--- a/utils/genprimopcode/ghc.mk
+++ b/utils/genprimopcode/ghc.mk
@@ -11,7 +11,7 @@
# -----------------------------------------------------------------------------
utils/genprimopcode_dist_MODULES = Lexer Main ParserM Parser Syntax
-utils/genprimopcode_dist_PROG = $(GHC_GENPRIMOP_PGM)
+utils/genprimopcode_dist_PROG = genprimopcode$(exeext)
utils/genprimopcode_dist_HC_OPTS = -package array
utils/genprimopcode_dist_INSTALL_INPLACE = YES