summaryrefslogtreecommitdiffstats
path: root/patches/syslinux-3.86/0001-Makefile-don-t-fail-during-make-install-on-non-mingw.patch
blob: 1e36c592df3eb8968fa28326f4b556edccf6113f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 319a5be6ffaaf19e5e6bb2831edb3ee4763b6875 Mon Sep 17 00:00:00 2001
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Tue, 19 Jan 2010 14:02:01 +0100
Subject: [PATCH] Makefile: don't fail during make install on non mingw platforms

"make install" fails on non mingw platform because "win32/syslinux.exe"
isn't build.

This patch removes "win32/syslinux.exe" from the "INSTALL_AUX" variable.
It's already part of "INSTALL_AUX_OPT" allowing the installation to
fail.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

mkl: mailed upstream as:
http://syslinux.zytor.com/archives/2010-January/013669.html

---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ INSTALL_SBIN  = extlinux/extlinux
 # Things to install in /usr/lib/syslinux
 INSTALL_AUX   =	core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \
 		core/isolinux-debug.bin \
-		dos/syslinux.com win32/syslinux.exe \
+		dos/syslinux.com \
 		mbr/*.bin $(MODULES)
 INSTALL_AUX_OPT = win32/syslinux.exe