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/mpfr/mpfr.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/mpfr/mpfr.mk') diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk index 70f64b490..b2787ec07 100644 --- a/package/mpfr/mpfr.mk +++ b/package/mpfr/mpfr.mk @@ -73,8 +73,8 @@ endif libmpfr-source: $(DL_DIR)/$(MPFR_SOURCE) $(MPFR_PATCH_SOURCE) -libmpfr: uclibc $(TARGET_DIR)/usr/lib/libmpfr$(LIBTGTEXT) -stage-libmpfr: uclibc $(STAGING_DIR)/usr/lib/$(MPFR_BINARY) +libmpfr: $(TARGET_DIR)/usr/lib/libmpfr$(LIBTGTEXT) +stage-libmpfr: $(STAGING_DIR)/usr/lib/$(MPFR_BINARY) libmpfr-clean: rm -f $(TARGET_DIR)/usr/lib/libmpfr.* \ -- cgit v1.2.3