mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
we don't need to be so noisy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4627 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bbb2035ee5
commit
d6547b8081
@ -12,7 +12,7 @@ OSARCH=`uname -s`
|
||||
|
||||
LIBTOOL=$(switch_builddir)/libtool
|
||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
TOUCH_TARGET=if test -f "$@" ; then touch "$@" ; fi ;
|
||||
TOUCH_TARGET=@if test -f "$@" ; then touch "$@" ; fi ;
|
||||
|
||||
if CRASHPROT
|
||||
AM_CFLAGS += -DCRASH_PROT
|
||||
|
@ -299,7 +299,7 @@ AM_LDFLAGS = $(SWITCH_AM_LDFLAGS)
|
||||
BASE = $(switch_srcdir)
|
||||
OSARCH = `uname -s`
|
||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
TOUCH_TARGET = if test -f "$@" ; then touch "$@" ; fi ;
|
||||
TOUCH_TARGET = @if test -f "$@" ; then touch "$@" ; fi ;
|
||||
libfreeswitch_la_SOURCES = \
|
||||
src/switch_apr.c \
|
||||
src/switch_buffer.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user