From 97fafb9adc0fc8a3610fe28e8394accf96ad0a9c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 30 May 2011 23:57:01 +0200 Subject: Remove unused variable definitions Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3bdf3b80..20dd70710 100644 --- a/Makefile +++ b/Makefile @@ -223,16 +223,6 @@ HOST_LIBEXT:=.lib HOST_SHREXT:=.dll endif -# The preferred type of libs we build for the target -ifeq ($(BR2_PREFER_STATIC_LIB),y) -LIBTGTEXT=.a -#PREFERRED_LIB_FLAGS:=--disable-shared --enable-static -else -LIBTGTEXT=.so -#PREFERRED_LIB_FLAGS:=--disable-static --enable-shared -endif -PREFERRED_LIB_FLAGS:=--enable-static --enable-shared - ############################################################## # # The list of stuff to build for the target toolchain -- cgit v1.2.3