[asterisk-commits] russell: branch 1.4 r114275 - /branches/1.4/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Apr 18 14:58:56 CDT 2008


Author: russell
Date: Fri Apr 18 14:58:55 2008
New Revision: 114275

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114275
Log:
SUBDIRS_INSTALL is already listed as a subtarget for bininstall

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=114275&r1=114274&r2=114275
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Apr 18 14:58:55 2008
@@ -505,7 +505,7 @@
 	@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




More information about the asterisk-commits mailing list