From 2539b8a01a4e63a8ced42fd6d5f97671be39b446 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Fri, 29 Apr 2016 15:17:27 +0200 Subject: Don't show message about install-dev if --devel=1 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- cgit v1.2.3