1This script try to call git submodule, since we are downloading
2the tarball it seems in-correct to do this.
3
4Upstream-Status: Inappropriate [OE-Specific]
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6Index: syslinux-6.03/efi/Makefile
7===================================================================
8--- syslinux-6.03.orig/efi/Makefile
9+++ syslinux-6.03/efi/Makefile
10@@ -101,7 +101,6 @@ tidy dist:
11 	rm -f *.so *.o wrapper
12 	find . \( -name \*.o -o -name \*.a -o -name .\*.d -o -name \*.tmp \) -print0 | \
13 		xargs -0r rm -f
14-	$(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
15
16 clean: tidy
17
18