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/Makefile.autotools.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/Makefile.autotools.in') diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 25eae8f83..ce6ad0f8f 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -192,7 +192,7 @@ $(BUILD_DIR)/%/.stamp_patched: fi; \ fi; \ ) -ifeq ($(strip $(BR2_UPDATE_CONFIG)),y) +ifeq ($(BR2_UPDATE_CONFIG),y) $(Q)(for file in config.guess config.sub; do \ for i in $$(find $(@D) -name $$file); do \ cp package/gnuconfig/$$file $$i; \ -- cgit v1.2.3