From d4f395362d475c620ee5d21970416e067e6911f7 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 20 Mar 2007 01:00:22 +0000 Subject: [PATCH] little cleanups git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4675 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7d2efb1a0e..f53f8812c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,11 +12,9 @@ OSARCH=`uname -s` LIBTOOL=`if test -z "$(VERBOSE)" ; then echo $(SHELL) $(switch_builddir)/quiet_libtool ;else echo $(switch_builddir)/libtool; fi;` -#LIBTOOL = $(SHELL) $(switch_builddir)/quiet_libtool LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) TOUCH_TARGET=if test -f "$@" ; then touch "$@" ; fi ; AM_MAKEFLAGS=`test -n "$(VERBOSE)" || echo -s` -#AM_MAKEFLAGS=`if test -z "$(VERBOSE)" ; then $(MAKE) --help | grep silent | grep "\-s" 2>&1 >/dev/null && echo -s;fi` if CRASHPROT AM_CFLAGS += -DCRASH_PROT