[Libreoffice-commits] core.git: Makefile.in

Lubos Lunak l.lunak at suse.cz
Wed Jul 24 03:44:37 PDT 2013


On Wednesday 24 of July 2013, David Tardon wrote:
>  Makefile.in |    1 +
>  1 file changed, 1 insertion(+)
>
> New commits:
> commit af1365fbc211e871b72fb66e84022b5faf7b047f
> Author: David Tardon <dtardon at redhat.com>
> Date:   Wed Jul 24 12:15:19 2013 +0200
>
>     reconfigure on any change in config_host/*.h.in
>
>     ... to avoid bad commits like 68c8dcec1f8689191e1be3366ec3c127096ae4d4
> .

 Note that this shouldn't actually make any difference at least in the case of 
this specific commit, as the relevant change also touched configure.ac . So I 
don't know how come you ran into this problem.

>     Change-Id: I21c72f63c6363a7d2a34b4e30b932f9dd45926aa
>
> diff --git a/Makefile.in b/Makefile.in
> index b5681c0..04add49 100644
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -37,6 +37,7 @@ $(BUILDDIR)/config_host.mk : \
>  		$(SRCDIR)/Makefile.in \
>  		$(SRCDIR)/instsetoo_native/util/openoffice.lst.in \
>  		$(SRCDIR)/configure.ac \
> +		$(wildcard $(SRCDIR)/config_host/*.h.in) \
>  		$(if $(wildcard
> $(BUILDDIR)/autogen.input),$(BUILDDIR)/autogen.input,$(if $(wildcard
> $(BUILDDIR)/autogen.lastrun),$(BUILDDIR)/autogen.lastrun))
> $(SRCDIR)/autogen.sh

-- 
 Lubos Lunak
 l.lunak at suse.cz


More information about the LibreOffice mailing list