dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
russell 2006-06-22 12:48:25 +00:00
parent 1b77aac2ee
commit e9a0647b9a
1 changed files with 1 additions and 1 deletions

View File

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