From: Gustavo Zacarias Date: Wed, 24 Feb 2016 14:26:30 +0000 (-0300) Subject: attr: cleanup pointless indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a14a68057644555ddefb4ae8e9923397377daf5d;p=buildroot.git attr: cleanup pointless indentation Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/attr/attr.mk b/package/attr/attr.mk index e9963bac8e..3db66cb840 100644 --- a/package/attr/attr.mk +++ b/package/attr/attr.mk @@ -15,15 +15,15 @@ ATTR_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL # While the configuration system uses autoconf, the Makefiles are # hand-written and do not use automake. Therefore, we have to hack # around their deficiencies by passing installation paths. -ATTR_INSTALL_STAGING_OPTS = \ - prefix=$(STAGING_DIR)/usr \ - exec_prefix=$(STAGING_DIR)/usr \ - PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \ +ATTR_INSTALL_STAGING_OPTS = \ + prefix=$(STAGING_DIR)/usr \ + exec_prefix=$(STAGING_DIR)/usr \ + PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \ install-dev install-lib -ATTR_INSTALL_TARGET_OPTS = \ - prefix=$(TARGET_DIR)/usr \ - exec_prefix=$(TARGET_DIR)/usr \ +ATTR_INSTALL_TARGET_OPTS = \ + prefix=$(TARGET_DIR)/usr \ + exec_prefix=$(TARGET_DIR)/usr \ install install-lib HOST_ATTR_INSTALL_OPTS = \