From: Russell Bryant Date: Thu, 22 Jun 2006 12:48:25 +0000 (+0000) Subject: use a slightly different, but equivalent way of setting the X-Git-Tag: 1.4.0-beta1~812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e217604a447ba9b812e3d81d70d3cc9e202987b1;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile b/Makefile index 28e12eecab..3028e5b141 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 \