summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afe9e06..d9097bf 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,6 @@ prepare:
# Patches from https://gcc-mcf.lhmouse.com/ ...
cd $(UNPACK_DIR)/gcc-$(VERSION_GCC) && \
patch -p1 < $(PATCHES_DIR)/0002-Relocate-libintl.patch && \
- patch -p1 < $(PATCHES_DIR)/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch && \
patch -p1 < $(PATCHES_DIR)/0004-Windows-Use-not-in-progpath-and-leave-case-as-is.patch && \
patch -p1 < $(PATCHES_DIR)/0006-Windows-New-feature-to-allow-overriding.patch && \
patch -p1 < $(PATCHES_DIR)/0008-Prettify-linking-no-undefined.patch && \