Browse Source

coreutils: remove spurious libelf dependency

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 years ago
parent
commit
c6450b9e1c
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      utils/coreutils/Makefile

+ 0
- 1
utils/coreutils/Makefile View File

@@ -34,7 +34,6 @@ COREUTILS_APPLETS := \
34 34
 
35 35
 DEPENDS_sort = +libpthread
36 36
 DEPENDS_timeout = +librt
37
-DEPENDS_uptime = +libelf1
38 37
 DEPENDS_expr = +libgmp
39 38
 DEPENDS_factor = +libgmp
40 39