From 98be2ca3e0d365d8f1150987cedb145360de582f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 12 Mar 2015 18:23:49 +0100 Subject: global: change all instances of USE_EGLIBC to USE_GLIBC Signed-off-by: John Crispin --- utils/pciutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/pciutils') diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 90deb66a4..0d7ec33f9 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -50,7 +50,7 @@ MAKE_FLAGS += \ HOST="$(GNU_TARGET_NAME)" \ ZLIB="yes" \ -ifneq ($(CONFIG_USE_EGLIBC),) +ifneq ($(CONFIG_USE_GLIBC),) TARGET_LDFLAGS += -lresolv endif -- cgit v1.2.3