summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'utils/genprimopcode/ghc.mk')
-rw-r--r--utils/genprimopcode/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/genprimopcode/ghc.mk b/utils/genprimopcode/ghc.mk
index 5cbf82e831..d119d8dfb3 100644
--- a/utils/genprimopcode/ghc.mk
+++ b/utils/genprimopcode/ghc.mk
@@ -13,5 +13,6 @@
utils/genprimopcode_dist_MODULES = Lexer Main ParserM Parser Syntax
utils/genprimopcode_dist_PROG = $(GHC_GENPRIMOP_PGM)
utils/genprimopcode_dist_HC_OPTS = -package array
+utils/genprimopcode_dist_INSTALL_INPLACE = YES
$(eval $(call build-prog,utils/genprimopcode,dist,0))