Index: Makefile =================================================================== RCS file: /usr/cvsroot/asterisk/Makefile,v retrieving revision 1.218 diff -u -r1.218 Makefile --- Makefile 1 Nov 2005 21:53:29 -0000 1.218 +++ Makefile 2 Nov 2005 08:45:57 -0000 @@ -271,6 +271,7 @@ ASTLINK= LIBS+=-lpthread -lncurses -lm -lresolv ASTSBINDIR=${MODULES_DIR} +PROC=$(shell uname -m) endif ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/pkg/include/zaptel.h),) Index: codecs/gsm/Makefile =================================================================== RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- codecs/gsm/Makefile 1 Nov 2005 21:53:29 -0000 1.26 +++ codecs/gsm/Makefile 2 Nov 2005 08:45:57 -0000 @@ -36,7 +36,6 @@ ######### which support MMX instructions. This should be newer pentiums, ######### ppro's, etc, as well as the AMD K6 and K7. The compile will ######### probably require gcc. -PROC=$(shell uname -m) ifneq (${OSARCH},Darwin) ifneq (${OSARCH},SunOS)