From 39d1f9a9c14b2e2cffa79e707e4481f13e93ef8a Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 30 Jan 2015 17:34:53 +0100 Subject: [PATCH] build-sys: fix typo --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4c384ce..20f3580 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,7 +134,7 @@ gummiboot = gummiboot$(MACHINE_TYPE_NAME).efi gummibootlib_DATA = $(gummiboot) CLEANFILES += $(gummiboot_objects) $(gummiboot_solib) $(gummiboot) -EXTRA_DIST += $(gimmiboot_sources) $(gummiboot_headers) +EXTRA_DIST += $(gummiboot_sources) $(gummiboot_headers) $(top_builddir)/src/efi/%.o: $(top_srcdir)/src/efi/%.c $(addprefix $(top_srcdir)/,$(gummiboot_headers)) @$(MKDIR_P) $(top_builddir)/src/efi/ -- 2.7.4