[syslinux] [PATCH] Makefile: don't fail during make install on non mingw platforms

Marc Kleine-Budde mkl at pengutronix.de
Tue Jan 19 05:48:42 PST 2010


"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 at pengutronix.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index d0f5e71..f429e8c 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,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 dos/copybs.com win32/syslinux.exe \
+		dos/syslinux.com dos/copybs.com \
 		mbr/*.bin $(MODULES)
 INSTALL_AUX_OPT = win32/syslinux.exe
 
-- 
1.6.6




More information about the Syslinux mailing list