From 87aea83bdc04dab3f23da8621d53737d2c1b0645 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 18 Apr 2008 19:58:55 +0000 Subject: [PATCH] SUBDIRS_INSTALL is already listed as a subtarget for bininstall git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114275 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28f57fb01c..6215198075 100644 --- a/Makefile +++ b/Makefile @@ -505,7 +505,7 @@ ifneq ($(findstring ~,$(DESTDIR)),) @exit 1 endif -install: badshell datafiles bininstall $(SUBDIRS_INSTALL) +install: badshell datafiles bininstall @if [ -x /usr/sbin/asterisk-post-install ]; then \ /usr/sbin/asterisk-post-install $(DESTDIR) . ; \ fi