From: Russell Bryant Date: Thu, 17 Apr 2008 16:23:45 +0000 (+0000) Subject: Fix the bininstall target to install from subdirs, as well. X-Git-Tag: 1.4.20-rc1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afdcdafb2bfe640fae885b1e16ff9caff71c0f59;p=thirdparty%2Fasterisk.git Fix the bininstall target to install from subdirs, as well. (closes issue AST-8, patch from bmd at switchvox) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114204 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index d161ce8297..28f57fb01c 100644 --- a/Makefile +++ b/Makefile @@ -432,7 +432,7 @@ update: NEWHEADERS=$(notdir $(wildcard include/asterisk/*.h)) OLDHEADERS=$(filter-out $(NEWHEADERS),$(notdir $(wildcard $(DESTDIR)$(ASTHEADERDIR)/*.h))) -bininstall: _all +bininstall: _all $(SUBDIRS_INSTALL) mkdir -p $(DESTDIR)$(MODULES_DIR) mkdir -p $(DESTDIR)$(ASTSBINDIR) mkdir -p $(DESTDIR)$(ASTETCDIR)