From ac1d92c425414bad889c1a60d0d2aee25581b74f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:27 +0000 Subject: package/: get rid of unneeded $(strip ..) --- package/bash/bash.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/bash') diff --git a/package/bash/bash.mk b/package/bash/bash.mk index ea6d2f8c3..b0a51bcbc 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -112,6 +112,6 @@ bash-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_BASH)),y) +ifeq ($(BR2_PACKAGE_BASH),y) TARGETS+=bash endif -- cgit v1.2.3