[systemd-devel] [PATCH 2/8] Makefile.am: be consistent defining sources

Joonas Lahtinen joonas.lahtinen at linux.intel.com
Mon Dec 9 23:50:38 PST 2013


Be consistent with other source file definitions.

Signed-off-by: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Reviewed-by: Mikko Ylinen <mikko.ylinen at intel.com>
Acked-by: Darren Hart <dvhart at linux.intel.com>
---
  Makefile.am | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b32dc76..a17493d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,8 @@ CLEANFILES += man/gummiboot.8
  # bypasses regular automake to provide absolute control on compiler 
and linker
  # flags.
  efi_loadername = gummiboot$(MACHINE_TYPE_NAME).efi
-efi_sources = src/efi/gummiboot.c
+efi_sources = \
+	src/efi/gummiboot.c
   efi_cppflags = \
  	$(EFI_CPPFLAGS) \
-- 
1.8.1.4




More information about the systemd-devel mailing list