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/gmp/gmp.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/gmp/gmp.mk') diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk index 8e2852275..dafd5dbea 100644 --- a/package/gmp/gmp.mk +++ b/package/gmp/gmp.mk @@ -61,8 +61,8 @@ ifeq ($(BR2_PACKAGE_LIBGMP_HEADERS),y) cp -dpf $(STAGING_DIR)/usr/include/gmp.h $(TARGET_DIR)/usr/include/ endif -libgmp: uclibc $(TARGET_DIR)/usr/lib/libgmp$(LIBTGTEXT) -stage-libgmp: uclibc $(STAGING_DIR)/usr/lib/$(GMP_BINARY) +libgmp: $(TARGET_DIR)/usr/lib/libgmp$(LIBTGTEXT) +stage-libgmp: $(STAGING_DIR)/usr/lib/$(GMP_BINARY) libgmp-clean: rm -f $(TARGET_DIR)/usr/lib/libgmp.* $(TARGET_DIR)/usr/include/gmp.h \ -- cgit v1.2.3