From 422ce6536b6d45e4632d526ae04c6af0bd36e80a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 2 Sep 2009 16:02:02 +0100 Subject: package: Remove unnecessary dependencies on uclibc. A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- package/xfsprogs/xfsprogs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/xfsprogs') diff --git a/package/xfsprogs/xfsprogs.mk b/package/xfsprogs/xfsprogs.mk index f3e0acfa3..a4fa392de 100644 --- a/package/xfsprogs/xfsprogs.mk +++ b/package/xfsprogs/xfsprogs.mk @@ -78,7 +78,7 @@ $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY): $(XFSPROGS_DIR)/$(XFSPROGS_BINARY) rm -rf $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc touch -c $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY) -xfsprogs: uclibc e2fsprogs libtool-cross $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY) +xfsprogs: e2fsprogs libtool-cross $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY) xfsprogs-clean: rm -f $(TARGET_DIR)/bin/xfs_* $(TARGET_DIR)/sbin/xfs_* $(TARGET_DIR)/sbin/*.xfs -- cgit v1.2.3