aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-04-29 15:17:27 +0200
committerMarius Halden <marius.h@lden.org>2016-05-07 14:31:03 +0200
commit2539b8a01a4e63a8ced42fd6d5f97671be39b446 (patch)
tree6a587c57d0acf2c89063142f7d6b9eb933ce1a0a /Makefile
parent429b8ba306b7781f344fd5a3f5cf44515729a7fe (diff)
Don't show message about install-dev if --devel=1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7aa69aac..95706534 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,9 @@ install: install-bin install-doc install-plugins install-etc $(INSTALL_DEV)
ifdef SYSTEMDSYSTEMUNITDIR
@echo If you want to start BitlBee using systemd, try \"make install-systemd\".
endif
+ifndef DEVEL
@echo To be able to compile third party plugins, run \"make install-dev\"
+endif
@echo
.PHONY: install install-bin install-etc install-doc install-plugins install-systemd install-dev \