[svn-commits] branch group/autoconf_and_menuselect r18491 - in /team/group/autoconf_and_men...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 8 12:02:53 MST 2006


Author: russell
Date: Sat Apr  8 14:02:51 2006
New Revision: 18491

URL: http://svn.digium.com/view/asterisk?rev=18491&view=rev
Log:
remove unnecessary checks for utils deps

Modified:
    team/group/autoconf_and_menuselect/channels/Makefile
    team/group/autoconf_and_menuselect/utils/Makefile

Modified: team/group/autoconf_and_menuselect/channels/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/channels/Makefile?rev=18491&r1=18490&r2=18491&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/channels/Makefile (original)
+++ team/group/autoconf_and_menuselect/channels/Makefile Sat Apr  8 14:02:51 2006
@@ -6,9 +6,6 @@
 # Copyright (C) 1999-2006, Digium, Inc.
 #
 # Mark Spencer <markster at digium.com>
-#
-# Edited By Belgarath <> Aug 28 2004
-# Added bare bones ultrasparc-linux support.
 #
 # This program is free software, distributed under the terms of
 # the GNU General Public License

Modified: team/group/autoconf_and_menuselect/utils/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/utils/Makefile?rev=18491&r1=18490&r2=18491&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/utils/Makefile (original)
+++ team/group/autoconf_and_menuselect/utils/Makefile Sat Apr  8 14:02:51 2006
@@ -17,14 +17,6 @@
 CFLAGS+=-DNO_AST_MM
 
 TARGET:=astman smsq stereorize streamplayer
-
-ifneq ($(LIBPOPT),1)
-  UTILS:=$(filter-out smsq,$(UTILS))
-endif
-
-ifneq ($(LIBNEWT),1)
-  UTILS:=$(filter-out astman,$(UTILS))
-endif
 
 ifeq (${OSARCH},SunOS)
   SOL=../strcompat.o



More information about the svn-commits mailing list