summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-12-19 15:47:09 +0000
committerVincent Sanders <vince@kyllikki.org>2014-12-19 15:47:09 +0000
commit4fc947676f34bb8157afaf0038c042ebcca16b1c (patch)
tree57d59c2e6d4fd7f9dd6f00e0b289649b73776789
parent228710c55bc4e8f69ad56ad981b25a0c4ce41a4c (diff)
downloadlibnsutils-4fc947676f34bb8157afaf0038c042ebcca16b1c.tar.gz
libnsutils-4fc947676f34bb8157afaf0038c042ebcca16b1c.tar.bz2
cope with HOST/BUILD change in buildsystem
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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