* gmp-impl.h and longlong.h headers are needed at each stage of the mpfr build.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37382 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2010-07-03 23:44:21 +00:00
parent 72633b4c27
commit 8fa2cab40f

View File

@ -17066,7 +17066,7 @@ configure-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(srcdir)/gmp/gmp-impl.h $(srcdir)/gmp/longlong.h ../gmp/ ; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} --disable-shared @extra_mpfr_configure_flags@ \
@ -17098,6 +17098,7 @@ configure-stage1-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
@ -17129,6 +17130,7 @@ configure-stage2-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
@ -17160,6 +17162,7 @@ configure-stageb2g0-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
@ -17191,6 +17194,7 @@ configure-stage3-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
@ -17222,6 +17226,7 @@ configure-stageb3g2-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
@ -17253,6 +17258,7 @@ configure-stage4-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
@ -17284,6 +17290,7 @@ configure-stageprofile-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \
@ -17315,6 +17322,7 @@ configure-stagefeedback-mpfr:
esac; \
srcdiroption="--srcdir=$${topdir}/mpfr"; \
libsrcdir="$$s/mpfr"; \
cp $(s)/gmp/gmp-impl.h $(s)/gmp/longlong.h ../gmp/ ; \
$(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
--target=none-${host_vendor}-${host_os} $${srcdiroption} \