From 92fa329e16cbec933be0db8d86705d8704179bd6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 5 Mar 2008 22:11:36 +0000 Subject: [PATCH] Add a missing endif to the bindist Makefile --- distrib/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 1.7.10.4