[Buildroot] [git commit] package/gpm: indentation cleanup

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 28 12:44:22 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=718b7ebb43c82a0879ef098d44bbdb856a3a5fdb
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/gpm/gpm.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/gpm/gpm.mk b/package/gpm/gpm.mk
index 6d3b5d2..ed4c1fd 100644
--- a/package/gpm/gpm.mk
+++ b/package/gpm/gpm.mk
@@ -15,8 +15,9 @@ GPM_DEPENDENCIES = host-bison
 # if not already installed in staging dir, gpm Makefile may fail to find some
 # of the headers needed to generate build dependencies, the first time it is
 # built. CPPFLAGS is used to pass the right include path to dependency rules.
-GPM_CONF_ENV = CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" \
-			   ac_cv_path_emacs=no
+GPM_CONF_ENV = \
+	CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" \
+	ac_cv_path_emacs=no
 
 # For some reason, Microblaze gcc does not define __ELF__, which gpm
 # configure script uses to determine whether the architecture uses ELF


More information about the buildroot mailing list