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/m4/m4.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/m4/m4.mk') diff --git a/package/m4/m4.mk b/package/m4/m4.mk index e034e7a9c..c878a6788 100644 --- a/package/m4/m4.mk +++ b/package/m4/m4.mk @@ -17,8 +17,6 @@ ifneq ($(BR2_USE_WCHAR),y) M4_CONF_ENV += gt_cv_c_wchar_t=no gl_cv_absolute_wchar_h=__fpending.h endif -M4_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,m4)) # m4 for the host -- cgit v1.2.3