package/gpm: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2016-10-28 12:14:04 +02:00 committed by Thomas Petazzoni
parent 32f5f46590
commit 718b7ebb43

View 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