diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-09-27 13:34:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-27 19:35:13 +0200 |
commit | 9940a83d7de6f88aaf83f83a4f6edde78f6c8b21 (patch) | |
tree | a779f99871cfa3e6755119d48351d1801a22907b | |
parent | a53a857ded75763e58d22fc54228773e28428cb6 (diff) | |
download | buildroot-9940a83d7de6f88aaf83f83a4f6edde78f6c8b21.tar.gz buildroot-9940a83d7de6f88aaf83f83a4f6edde78f6c8b21.zip |
core/pkg-generic: use tabs, not spaces
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pkg-generic.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 6a7d97efdf..5201fcac87 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -661,11 +661,11 @@ $(1)-reconfigure: $(1)-clean-for-reconfigure $(1) $$($(2)_TARGET_INSTALL_TARGET): PKG=$(2) $$($(2)_TARGET_INSTALL_STAGING): PKG=$(2) $$($(2)_TARGET_INSTALL_IMAGES): PKG=$(2) -$$($(2)_TARGET_INSTALL_HOST): PKG=$(2) +$$($(2)_TARGET_INSTALL_HOST): PKG=$(2) $$($(2)_TARGET_BUILD): PKG=$(2) $$($(2)_TARGET_CONFIGURE): PKG=$(2) -$$($(2)_TARGET_RSYNC): SRCDIR=$$($(2)_OVERRIDE_SRCDIR) -$$($(2)_TARGET_RSYNC): PKG=$(2) +$$($(2)_TARGET_RSYNC): SRCDIR=$$($(2)_OVERRIDE_SRCDIR) +$$($(2)_TARGET_RSYNC): PKG=$(2) $$($(2)_TARGET_PATCH): PKG=$(2) $$($(2)_TARGET_PATCH): RAWNAME=$$(patsubst host-%,%,$(1)) $$($(2)_TARGET_PATCH): PKGDIR=$(pkgdir) |