diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-08 23:28:07 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-08 23:28:52 +0100 |
| commit | 9600ed45e2745256d259272544870ee735ffa624 (patch) | |
| tree | 4626070748aaccbb68cfc94f9a272448a4090c36 | |
| parent | 49a698f14eab7cb87256f35125d16a08f2eaeb5c (diff) | |
| download | buildroot-9600ed45e2745256d259272544870ee735ffa624.tar.gz buildroot-9600ed45e2745256d259272544870ee735ffa624.zip | |
rust-bin: fix indentation
This fixes the following check-package warning:
./package/rust-bin/rust-bin.mk:27: expected indent with tabs
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | package/rust-bin/rust-bin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rust-bin/rust-bin.mk b/package/rust-bin/rust-bin.mk index 255573e582..5ace7bf08f 100644 --- a/package/rust-bin/rust-bin.mk +++ b/package/rust-bin/rust-bin.mk @@ -24,7 +24,7 @@ define HOST_RUST_BIN_LIBSTD_EXTRACT $(foreach f,$(HOST_RUST_BIN_EXTRA_DOWNLOADS), \ $(call suitable-extractor,$(f)) $(DL_DIR)/$(f) | \ $(TAR) -C $(@D)/std $(TAR_OPTIONS) - - ) + ) cd $(@D)/rustc/lib/rustlib; \ ln -sf ../../../std/$(HOST_RUST_BIN_LIBSTD_HOST_PREFIX)/lib/rustlib/$(RUST_HOST_NAME) endef |

