summaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-11-27 19:56:05 +0000
committerIan Lynagh <igloo@earth.li>2007-11-27 19:56:05 +0000
commit5d536b42c88dbe9523c4b0c799a0e46c2d984aa6 (patch)
tree2040f2a1df154ca137dfdb6ea063fa055166616b /compiler/Makefile
parentdfb079f3b16fb179e083d83280c56aa1ce5821a9 (diff)
downloadhaskell-5d536b42c88dbe9523c4b0c799a0e46c2d984aa6.tar.gz
Remove the --print-docdir flag
It wasn't doing the right thing for bindists. Let's rethink...
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index 793cf6b007..9c8da7dc89 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -271,7 +271,6 @@ endif
@echo "cUSER_WAY_NAMES = \"$(USER_WAY_NAMES)\"" >> $(CONFIG_HS)
@echo "cUSER_WAY_OPTS = \"$(USER_WAY_OPTS)\"" >> $(CONFIG_HS)
@echo "cDEFAULT_TMPDIR = \"$(DEFAULT_TMPDIR)\"" >> $(CONFIG_HS)
- @echo "cDocDir = \"$(docdir)\"" >> $(CONFIG_HS)
ifeq "$(RelocatableBuild)" "YES"
@echo "cRelocatableBuild = True" >> $(CONFIG_HS)
else