aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 16:25:29 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-17 16:25:29 +0000
commit34c9a2443349356f0e28a7aea7c5c3195a0ae2d8 (patch)
tree98aa53d2cef4b901627b4e8be3e4dcb654916d8d /Makefile
parent084bd8a463179390015f85df1e6024c8fa643670 (diff)
Merged revisions 114204 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114204 | russell | 2008-04-17 11:23:45 -0500 (Thu, 17 Apr 2008) | 3 lines 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/trunk@114205 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5535db497..b0a03d2c5 100644
--- a/Makefile
+++ b/Makefile
@@ -498,7 +498,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)