summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-15 16:27:41 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-15 16:27:41 +0100
commit41bba10ad7e11b9a3431f7a187ba2a8455eeb945 (patch)
treea65ad17ce63407d97659c0458a72b702b562ed96
parent80b51e851716e92eee32e7750ad0f05dba60b2c1 (diff)
downloadtoolchains-41bba10ad7e11b9a3431f7a187ba2a8455eeb945.tar.gz
toolchains-41bba10ad7e11b9a3431f7a187ba2a8455eeb945.tar.bz2
patch at correct level
-rw-r--r--i686-w64-mingw32/Makefile2
1 files changed, 1 insertions, 1 deletions
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)