From: Kevin P. Fleming Date: Wed, 22 Jun 2005 00:09:27 +0000 (+0000) Subject: allow PROC to be supplied on the make command line (bug #4570) X-Git-Tag: 1.2.0-beta1~413 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b898cdcefb76e15635390f05e9ed18af26cb03d7;p=thirdparty%2Fasterisk.git allow PROC to be supplied on the make command line (bug #4570) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5966 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 15031994d0..8f30c14d5c 100755 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ endif ifeq (${OSARCH},Linux) ifeq ($(CROSS_COMPILE),) -PROC=$(shell uname -m) +PROC?=$(shell uname -m) else PROC=$(CROSS_PROC) endif