[asterisk-commits] trunk r35438 - /trunk/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jun 22 05:48:25 MST 2006


Author: russell
Date: Thu Jun 22 07:48:25 2006
New Revision: 35438

URL: http://svn.digium.com/view/asterisk?rev=35438&view=rev
Log:
use a slightly different, but equivalent way of setting the 
SUBDIRS_INSTALL variable

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=35438&r1=35437&r2=35438&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jun 22 07:48:25 2006
@@ -272,7 +272,7 @@
 MOD_SUBDIRS=res channels pbx apps codecs formats cdr funcs
 OTHER_SUBDIRS=utils agi
 SUBDIRS:=$(MOD_SUBDIRS) $(OTHER_SUBDIRS)
-SUBDIRS_INSTALL:=$(patsubst %,%-install,$(SUBDIRS))
+SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install)
 
 OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
 	translate.o file.o pbx.o cli.o md5.o term.o \



More information about the asterisk-commits mailing list