From: Alexander Traud Date: Mon, 18 Jul 2016 09:14:59 +0000 (+0200) Subject: Makefile: Suppress echoing of target 'config' again. X-Git-Tag: 13.11.0-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f24874ebb8686eb73817084385bb23727c19e85;p=thirdparty%2Fasterisk.git Makefile: Suppress echoing of target 'config' again. ASTERISK-26038 #close Change-Id: I5746cf639f3fdc6332e8a97cf01f979e30bf403f --- diff --git a/Makefile b/Makefile index 20b778762b..befa4c431b 100644 --- a/Makefile +++ b/Makefile @@ -825,7 +825,7 @@ install-logrotate: rm -f contrib/scripts/asterisk.logrotate.tmp config: - if [ -f /etc/redhat-release -o -f /etc/fedora-release ]; then \ + @if [ -f /etc/redhat-release -o -f /etc/fedora-release ]; then \ ./build_tools/install_subst contrib/init.d/rc.redhat.asterisk "$(DESTDIR)/etc/rc.d/init.d/asterisk"; \ if [ ! -f "$(DESTDIR)/etc/sysconfig/asterisk" ] ; then \ $(INSTALL) -m 644 contrib/init.d/etc_default_asterisk "$(DESTDIR)/etc/sysconfig/asterisk" ; \