From 41bba10ad7e11b9a3431f7a187ba2a8455eeb945 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 15 Sep 2017 16:27:41 +0100 Subject: patch at correct level --- i686-w64-mingw32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i686-w64-mingw32') diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile index e3b6cfb..04ecd05 100644 --- a/i686-w64-mingw32/Makefile +++ b/i686-w64-mingw32/Makefile @@ -104,7 +104,7 @@ $(BUILDSTEPS)/mingw-srcdir.d: $(SOURCESDIR)/$(UPSTREAM_MINGW_TARBALL) ### $(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d - for p in `ls $(RECIPES)/patches/gcc4/*.p` ; do patch -d $(GCC_SRCDIR)/gcc -p0 <$$p ; done + for p in `ls $(RECIPES)/patches/gcc4/*.p` ; do patch -d $(GCC_SRCDIR) -p0 <$$p ; done touch $@ $(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d $(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL) -- cgit v1.2.3