Displaying 1 result from an estimated 1 matches for "dfd50c1".
Did you mean:
a5d50c1
2012 Jan 27
1
[PATCH] [RFC] Makefile: add mingw objects conditionally
...wice during the
build. It would be nice if they were only called once, but I'm a bit
uncomfortable with editing Makefiles and therefore I wanted to keep my
changes small.
Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 48b3420..dfd50c1 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,14 @@ BOBJECTS = $(BTARGET) \
mbr/*.bin \
core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
gpxe/gpxelinux.0 dos/syslinux.com \
- win32/syslinux.exe win64/syslinux64.exe \
dosutil/*.com dosutil/*.sys \
$(MODULES)
+ifeq ($(shell w...