aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 12:48:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 12:48:25 +0000
commite9a0647b9ac65607f14a0302a10f24cee88e7092 (patch)
tree99059b441846f622b17b8dcc8bd3e8d39e2cb3b9 /Makefile
parent1b77aac2ee599c5b08bf90ecfa106f7290ddffd0 (diff)
use a slightly different, but equivalent way of setting the
SUBDIRS_INSTALL variable git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35438 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 28e12eeca..3028e5b14 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,7 @@ ASTCFLAGS+=$(MALLOC_DEBUG)$(BUSYDETECT)$(OPTIONS)
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 \