summaryrefslogtreecommitdiffstats
path: root/support/dependencies
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2014-10-24 07:57:37 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-10-25 01:11:26 +0200
commit774ff0d13f5e954a76e2f2a1646fad37349803f8 (patch)
tree692c2bbca51fd392fbe83004c3a9af4cd24216aa /support/dependencies
parentd9d25fdb30e002d7e22fddb87d0a6386f963bfc3 (diff)
downloadbuildroot-774ff0d13f5e954a76e2f2a1646fad37349803f8.tar.gz
buildroot-774ff0d13f5e954a76e2f2a1646fad37349803f8.zip
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/dependencies')
-rw-r--r--support/dependencies/check-host-tar.mk4
-rw-r--r--support/dependencies/check-host-xzcat.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/support/dependencies/check-host-tar.mk b/support/dependencies/check-host-tar.mk
index 010bde7a51..9729507110 100644
--- a/support/dependencies/check-host-tar.mk
+++ b/support/dependencies/check-host-tar.mk
@@ -1,8 +1,8 @@
TAR ?= tar
ifeq (,$(call suitable-host-package,tar,$(TAR)))
- DEPENDENCIES_HOST_PREREQ += host-tar
- TAR = $(HOST_DIR)/usr/bin/tar
+DEPENDENCIES_HOST_PREREQ += host-tar
+TAR = $(HOST_DIR)/usr/bin/tar
endif
# Since TAR is at least 1.17, it will certainly support --strip-components
diff --git a/support/dependencies/check-host-xzcat.mk b/support/dependencies/check-host-xzcat.mk
index 24286ef5c8..5e08b6e886 100644
--- a/support/dependencies/check-host-xzcat.mk
+++ b/support/dependencies/check-host-xzcat.mk
@@ -2,6 +2,6 @@
# If it is not present, build our own host-xzcat
ifeq (,$(call suitable-host-package,xzcat,$(XZCAT)))
- DEPENDENCIES_HOST_PREREQ += host-xz
- XZCAT = $(HOST_DIR)/usr/bin/xzcat
+DEPENDENCIES_HOST_PREREQ += host-xz
+XZCAT = $(HOST_DIR)/usr/bin/xzcat
endif
OpenPOWER on IntegriCloud