From e16b8197b0b94cbeeb250ffccd6d51dba29162ff Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Tue, 15 May 2012 12:35:19 +0000 Subject: [PATCH] Change message at end of "make install" to make vicodan happy. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@184 13b04d17-f746-0410-82c6-800466cd88b0 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1df58a7..4dfb863 100644 --- a/Makefile.in +++ b/Makefile.in @@ -397,7 +397,7 @@ done: reallydone: @echo @echo $(_VERSION_) is now installed. - @echo Type \"$(bindir)/$(VERSION)$(EXEEXT)\" to start. + @echo Type \"$(INSTALL_IRC)\" to start. .PHONY: clean done reallydone installdirs local_installdirs