diff options
author | Marius Halden <marius.h@lden.org> | 2016-04-29 15:17:27 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-05-07 14:31:03 +0200 |
commit | 2539b8a01a4e63a8ced42fd6d5f97671be39b446 (patch) | |
tree | 6a587c57d0acf2c89063142f7d6b9eb933ce1a0a /Makefile | |
parent | 429b8ba306b7781f344fd5a3f5cf44515729a7fe (diff) |
Don't show message about install-dev if --devel=1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |