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/automake/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/automake') diff --git a/package/automake/automake.mk b/package/automake/automake.mk index 6b87caa92..127ec8bb9 100644 --- a/package/automake/automake.mk +++ b/package/automake/automake.mk @@ -11,7 +11,7 @@ ifeq ($(BR2_ENABLE_DEBUG),y) # install-exec doesn't install aclocal stuff AUTOMAKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install endif -AUTOMAKE_DEPENDENCIES = uclibc autoconf microperl +AUTOMAKE_DEPENDENCIES = autoconf microperl $(eval $(call AUTOTARGETS,package,automake)) -- cgit v1.2.3