aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-18 19:59:17 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-18 19:59:17 +0000
commitd54a6d58271f30f0cad8d982f4a46d2da6f41bce (patch)
treef3baa4dd9d98aefeb2a1cf855bdf04bdfb442f1c /Makefile
parentdac67d5b03b1122dc9ff75b488fc6a9a699f432c (diff)
Merged revisions 114275 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114275 | russell | 2008-04-18 14:58:55 -0500 (Fri, 18 Apr 2008) | 2 lines SUBDIRS_INSTALL is already listed as a subtarget for bininstall ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114276 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 b0a03d2c5..ef959dd7c 100644
--- a/Makefile
+++ b/Makefile
@@ -571,7 +571,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