From a0dc39555e0b95c5a0c349b30e7ea79b3ad16eb2 Mon Sep 17 00:00:00 2001 From: thomasl <thomasl@eurecom.fr> Date: Tue, 9 Dec 2014 12:09:21 +0000 Subject: [PATCH] replace = by := when it is constant git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6203 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/LAYER2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openair2/LAYER2/Makefile b/openair2/LAYER2/Makefile index d703281df7..5890cd548e 100644 --- a/openair2/LAYER2/Makefile +++ b/openair2/LAYER2/Makefile @@ -11,8 +11,8 @@ include $(OPENAIR_HOME)/common/utils/Makefile.inc -KERNEL_ARCH=$(shell echo `uname -m`) -SET_X64=$(shell if [ $(KERNEL_ARCH) = 'x86_64' ]; then echo true ; fi) +KERNEL_ARCH:=$(shell echo `uname -m`) +SET_X64:=$(shell if [ $(KERNEL_ARCH) = 'x86_64' ]; then echo true ; fi) ifdef RTAI # Get the RTAI variables CCC = $(shell rtai-config --cc) -- GitLab