summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-03-05 22:11:36 +0000
committerIan Lynagh <igloo@earth.li>2008-03-05 22:11:36 +0000
commit92fa329e16cbec933be0db8d86705d8704179bd6 (patch)
treecc2ebc5f1cc6c4112f8a9841b4cc16a15be7e261 /distrib
parent7576f4c2e76f4d510b99ae2dac1a586809fe91f1 (diff)
downloadhaskell-92fa329e16cbec933be0db8d86705d8704179bd6.tar.gz
Add a missing endif to the bindist Makefile
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 5b4d994a0a..bfa3b91297 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -46,6 +46,7 @@ denounce:
ifneq "$(GREPPED_PATH)" ""
@echo To use, add $(bindir) to your PATH.
@echo
+endif
@if test -f $(htmldir)/index.html; then \
echo For documentation, see $(htmldir)/index.html ; \
else \