From c6450b9e1cfa7309c186156720a90eba2c231be1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 18 Jul 2014 11:45:40 +0200 Subject: [PATCH] coreutils: remove spurious libelf dependency Signed-off-by: Steven Barth --- utils/coreutils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index 3ce36b8ec..4500e88e4 100644 --- a/utils/coreutils/Makefile +++ b/utils/coreutils/Makefile @@ -34,7 +34,6 @@ COREUTILS_APPLETS := \ DEPENDS_sort = +libpthread DEPENDS_timeout = +librt -DEPENDS_uptime = +libelf1 DEPENDS_expr = +libgmp DEPENDS_factor = +libgmp