don't re-build tone2wav and fs_encode on every build
This commit is contained in:
parent
3c0e40ea7e
commit
e49feac7a3
|
@ -32,6 +32,8 @@ AM_LDFLAGS = $(SWITCH_AM_LDFLAGS) $(AM_LIBAPR_LDFLAGS) $(AM_LIBAPU_LDFLAGS)
|
||||||
|
|
||||||
DEFAULT_SOUNDS=en-us-callie-8000
|
DEFAULT_SOUNDS=en-us-callie-8000
|
||||||
|
|
||||||
|
.INTERMEDIATE: -ldl -liconv -lpthread
|
||||||
|
|
||||||
.DEFAULT: $(switch_builddir)/modules.conf src/mod/modules.inc
|
.DEFAULT: $(switch_builddir)/modules.conf src/mod/modules.inc
|
||||||
@target=`echo $@ | sed -e 's|^.*-||'`; \
|
@target=`echo $@ | sed -e 's|^.*-||'`; \
|
||||||
target_prefix=`echo $@ | sed -e 's|-.*$$||'`; \
|
target_prefix=`echo $@ | sed -e 's|-.*$$||'`; \
|
||||||
|
|
Loading…
Reference in New Issue