summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2016-10-28 12:14:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-28 14:44:22 +0200
commit718b7ebb43c82a0879ef098d44bbdb856a3a5fdb (patch)
treee0525e991fea0b5730a39f07cb38d392f650b240
parent32f5f465905499875c8ea9e536c842bd2f657c78 (diff)
downloadbuildroot-718b7ebb43c82a0879ef098d44bbdb856a3a5fdb.tar.gz
buildroot-718b7ebb43c82a0879ef098d44bbdb856a3a5fdb.zip
package/gpm: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gpm/gpm.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/gpm/gpm.mk b/package/gpm/gpm.mk
index 6d3b5d2dc2..ed4c1fd305 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
OpenPOWER on IntegriCloud