Add a missing endif to the bindist Makefile
authorIan Lynagh <igloo@earth.li>
Wed, 5 Mar 2008 22:11:36 +0000 (22:11 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 5 Mar 2008 22:11:36 +0000 (22:11 +0000)
distrib/Makefile

index 5b4d994..bfa3b91 100644 (file)
@@ -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 \