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/iostat/iostat.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/iostat') diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk index 75a03194c..c8e5b8ccb 100644 --- a/package/iostat/iostat.mk +++ b/package/iostat/iostat.mk @@ -41,6 +41,6 @@ iostat-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_IOSTAT)),y) +ifeq ($(BR2_PACKAGE_IOSTAT),y) TARGETS+=iostat endif -- cgit v1.2.3