diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-22 14:25:11 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-25 22:22:15 +0100 |
| commit | 2d3621224278bef25cad56ebbe51bc0d18d0d572 (patch) | |
| tree | 329269db06cfbf55306edc849f63fec09e5cf419 | |
| parent | bef15922964f6a29ac065bdaa36f11d737d21120 (diff) | |
| download | buildroot-2d3621224278bef25cad56ebbe51bc0d18d0d572.tar.gz buildroot-2d3621224278bef25cad56ebbe51bc0d18d0d572.zip | |
acl: cleanup pointless indentation
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/acl/acl.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/acl/acl.mk b/package/acl/acl.mk index 62e5d15134..cbe5e93961 100644 --- a/package/acl/acl.mk +++ b/package/acl/acl.mk @@ -16,15 +16,15 @@ ACL_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. -ACL_INSTALL_STAGING_OPTS = \ - prefix=$(STAGING_DIR)/usr \ - exec_prefix=$(STAGING_DIR)/usr \ - PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \ +ACL_INSTALL_STAGING_OPTS = \ + prefix=$(STAGING_DIR)/usr \ + exec_prefix=$(STAGING_DIR)/usr \ + PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \ install-dev install-lib -ACL_INSTALL_TARGET_OPTS = \ - prefix=$(TARGET_DIR)/usr \ - exec_prefix=$(TARGET_DIR)/usr \ +ACL_INSTALL_TARGET_OPTS = \ + prefix=$(TARGET_DIR)/usr \ + exec_prefix=$(TARGET_DIR)/usr \ install install-lib # The libdir variable in libacl.la is empty, so let's fix it. This is |

