]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
we don't need to be so noisy
authorMichael Jerris <mike@jerris.com>
Sat, 17 Mar 2007 03:06:50 +0000 (03:06 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 17 Mar 2007 03:06:50 +0000 (03:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4627 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
Makefile.in

index 0d420e09f4b15499f36b8b0c296095b4e2762be3..fdab98b0d5cf8b052bc36c7351d6511add78a0d1 100644 (file)
@@ -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
index 871fedd36ccdebfed274430cbd628bf0a5df4b0d..48ab82f79dec073b9cc560248a4de8560a56cddc 100644 (file)
@@ -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 \