Merged revisions 114276 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

................
r114276 | russell | 2008-04-18 14:59:17 -0500 (Fri, 18 Apr 2008) | 10 lines

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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114277 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2008-04-18 19:59:36 +00:00
parent feda76658e
commit bb6f2f32c7

View File

@@ -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