search for: f429e8c

Displaying 1 result from an estimated 1 matches for "f429e8c".

Did you mean: 2f729e8c
2010 Jan 19
0
[PATCH] Makefile: don't fail during make install on non mingw platforms
...TALL_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/syslin...