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/games/gnuchess/gnuchess.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/games/gnuchess/gnuchess.mk') diff --git a/package/games/gnuchess/gnuchess.mk b/package/games/gnuchess/gnuchess.mk index b1ff3b73a..921d0fdc8 100644 --- a/package/games/gnuchess/gnuchess.mk +++ b/package/games/gnuchess/gnuchess.mk @@ -11,7 +11,5 @@ GNUCHESS_INSTALL_TARGET = YES GNUCHESS_CONF_ENV = ac_cv_func_realloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes -GNUCHESS_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package/games,gnuchess)) -- cgit v1.2.3