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/vice/vice.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/games/vice/vice.mk') diff --git a/package/games/vice/vice.mk b/package/games/vice/vice.mk index e59c6bfa1..b04b8920d 100644 --- a/package/games/vice/vice.mk +++ b/package/games/vice/vice.mk @@ -11,7 +11,5 @@ VICE_INSTALL_TARGET = YES VICE_CONF_OPT = --without-resid --with-alsa CFLAGS="-O0" -VICE_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package/games,vice)) -- cgit v1.2.3