From: Ian Lynagh Date: Wed, 5 Mar 2008 22:11:36 +0000 (+0000) Subject: Add a missing endif to the bindist Makefile X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=92fa329e16cbec933be0db8d86705d8704179bd6 Add a missing endif to the bindist Makefile --- diff --git a/distrib/Makefile b/distrib/Makefile index 5b4d994..bfa3b91 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 \