From 340b98f6a6fd98aa30544e5cd5283c8ae98588b6 Mon Sep 17 00:00:00 2001
From: thomasl <thomasl@eurecom.fr>
Date: Tue, 9 Dec 2014 12:11:22 +0000
Subject: [PATCH] replace = by := when it is constant

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6204 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/Makerules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/Makerules b/targets/Makerules
index 5387a3b335..af2c491d1d 100644
--- a/targets/Makerules
+++ b/targets/Makerules
@@ -12,7 +12,7 @@ OBJS_DIR := $(PWD)/objs
 SVN_REV := $(shell svnversion -n .)
 DATE_REV := $(shell date '+%F %T')
 
-NUM_CORES=$(shell cat /proc/cpuinfo | grep processor | wc -l)
+NUM_CORES:=$(shell cat /proc/cpuinfo | grep processor | wc -l)
 
 # Check for libraries and export cflags/linker variables
 NETTLE_FOUND    = $(shell if pkg-config --exists nettle; then echo "1" ; else echo "0"; fi)
-- 
GitLab