From d9321e063cbf272021c5c933d8979a029b405ea3 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 17 Apr 2008 16:23:45 +0000 Subject: [PATCH] Fix the bininstall target to install from subdirs, as well. (closes issue AST-8, patch from bmd at switchvox) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114204 614ede4d-c843-0410-af14-a771ab80d22e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d161ce829..28f57fb01 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) -- 2.11.4.GIT