summaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index 01a6ba4270..67d4e3f774 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -450,6 +450,9 @@ primop-primop-info.hs-incl: prelude/primops.txt
primop-usage.hs-incl: prelude/primops.txt
$(GENPRIMOP) --usage < $< > $@
+install-docs:
+ @:
+
#-----------------------------------------------------------------------------
# binary-dist
#