File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ $(SRCCACHE)/gmp-$(GMP_VER)/gmp_alloc_overflow_func.patch-applied: $(SRCCACHE)/gm
3939 patch -p1 < $(SRCDIR ) /patches/gmp_alloc_overflow_func.patch
4040 echo 1 > $@
4141
42- $(SRCCACHE ) /gmp-$(GMP_VER ) /build -patched : \
42+ $(SRCCACHE ) /gmp-$(GMP_VER ) /source -patched : \
4343 $(SRCCACHE ) /gmp-$(GMP_VER ) /gmp-HG-changeset.patch-applied \
4444 $(SRCCACHE ) /gmp-$(GMP_VER ) /gmp-exception.patch-applied \
4545 $(SRCCACHE ) /gmp-$(GMP_VER ) /gmp_alloc_overflow_func.patch-applied
46+ echo 1 > $@
4647
47- $(BUILDDIR ) /gmp-$(GMP_VER ) /build-configured : $(SRCCACHE ) /gmp-$(GMP_VER ) /source-extracted $(SRCCACHE ) /gmp-$(GMP_VER ) /build -patched
48+ $(BUILDDIR ) /gmp-$(GMP_VER ) /build-configured : $(SRCCACHE ) /gmp-$(GMP_VER ) /source-extracted $(SRCCACHE ) /gmp-$(GMP_VER ) /source -patched
4849 mkdir -p $(dir $@ )
4950 cd $(dir $@ ) && \
5051 $(dir $< ) /configure $(CONFIGURE_COMMON ) F77= --enable-cxx --enable-shared --disable-static $(GMP_CONFIGURE_OPTS )
You can’t perform that action at this time.
0 commit comments