aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-18 19:58:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-18 19:58:55 +0000
commita235bb2f59ff814be6c806ea02a803b545a7d529 (patch)
tree5c227157eae8c71cce5e28740e27939be69e983a /Makefile
parent346ef7714cd5635a96ee578308aba61537b37d88 (diff)
SUBDIRS_INSTALL is already listed as a subtarget for bininstall
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114275 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 28f57fb01..621519807 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