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/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/x11r7/xdata_xcursor-themes') diff --git a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk index 588771e98..111898c71 100644 --- a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk +++ b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk @@ -80,7 +80,7 @@ xdata_xcursor-themes: xdata_xcursor-themes-depends $(XDATA_XCURSOR_THEMES_DIR)/. # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_XDATA_XCURSOR_THEMES)),y) +ifeq ($(BR2_PACKAGE_XDATA_XCURSOR_THEMES),y) TARGETS+=xdata_xcursor-themes endif -- cgit v1.2.3