Skip to content
Snippets Groups Projects
Commit e217604a authored by Russell Bryant's avatar Russell Bryant
Browse files

use a slightly different, but equivalent way of setting the

SUBDIRS_INSTALL variable


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ad721dc2
Branches
Tags
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment