diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:27 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:27 +0000 |
commit | ac1d92c425414bad889c1a60d0d2aee25581b74f (patch) | |
tree | aaa3969c6c1d78dc7f9ff5ba2577551813ff7e4b /package/Makefile.autotools.in | |
parent | 6250131be126b91d7feb8ae4c02fd7ca3725cc9e (diff) | |
download | buildroot-novena-ac1d92c425414bad889c1a60d0d2aee25581b74f.tar.gz buildroot-novena-ac1d92c425414bad889c1a60d0d2aee25581b74f.zip |
package/: get rid of unneeded $(strip ..)
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ |