aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-22 00:09:27 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-22 00:09:27 +0000
commit444632df729474edac6f649d9fbadba43a7fe455 (patch)
treee2b1c83e6c6f245bfdd0900c36e50a4ca4cc77cf /Makefile
parent3a408a4b78753139e10108cd5b5dfd1cb13f1690 (diff)
allow PROC to be supplied on the make command line (bug #4570)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5966 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15031994d..8f30c14d5 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