Commit b6d31a1 1 parent aa472bd commit b6d31a1 Copy full SHA for b6d31a1
File tree 1 file changed +3
-2
lines changed
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
39
39
patch -p1 < $(SRCDIR ) /patches/gmp_alloc_overflow_func.patch
40
40
echo 1 > $@
41
41
42
- $(SRCCACHE ) /gmp-$(GMP_VER ) /build -patched : \
42
+ $(SRCCACHE ) /gmp-$(GMP_VER ) /source -patched : \
43
43
$(SRCCACHE ) /gmp-$(GMP_VER ) /gmp-HG-changeset.patch-applied \
44
44
$(SRCCACHE ) /gmp-$(GMP_VER ) /gmp-exception.patch-applied \
45
45
$(SRCCACHE ) /gmp-$(GMP_VER ) /gmp_alloc_overflow_func.patch-applied
46
+ echo 1 > $@
46
47
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
48
49
mkdir -p $(dir $@ )
49
50
cd $(dir $@ ) && \
50
51
$(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