From 4fc947676f34bb8157afaf0038c042ebcca16b1c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 19 Dec 2014 15:47:09 +0000 Subject: cope with HOST/BUILD change in buildsystem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6a1448..807ba75 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ REQUIRED_LIBS := nsutils # Strictly the requirement for rt is dependant on both the clib and if # the build is using rt features like clock_gettime() but this check # will suffice -ifeq ($(BUILD),x86_64-linux-gnu) +ifeq ($(HOST),x86_64-linux-gnu) REQUIRED_LIBS := $(REQUIRED_LIBS) rt endif -- cgit v1.2.3