package/gpm: indentation cleanup
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Fri, 28 Oct 2016 10:14:04 +0000 (12:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 28 Oct 2016 12:44:22 +0000 (14:44 +0200)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gpm/gpm.mk

index 6d3b5d2dc2a58e44f4f283505099a8fc1845fe82..ed4c1fd305fe99bb1ad3ae5042a45a7d7a7f4d42 100644 (file)
@@ -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