[asterisk-commits] russell: trunk r114276 - in /trunk: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 18 14:59:17 CDT 2008
Author: russell
Date: Fri Apr 18 14:59:17 2008
New Revision: 114276
URL: http://svn.digium.com/view/asterisk?view=rev&rev=114276
Log:
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
........
Modified:
trunk/ (props changed)
trunk/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=114276&r1=114275&r2=114276
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Apr 18 14:59:17 2008
@@ -571,7 +571,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