Ben thanks for fixing this.  It works properly in my environment with this
fix.

Acked-by: Andy Zhou <az...@nicira.com>


On Mon, Nov 18, 2013 at 1:26 PM, Ben Pfaff <b...@nicira.com> wrote:

> Otherwise running "configure" twice with different --prefix (etc.) will
> fail to update ovs-lib, so that "make install" installs an ovs-lib with
> the wrong paths.
>
> Reported-by: Andy Zhou <az...@nicira.com>
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
>  utilities/automake.mk |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/utilities/automake.mk b/utilities/automake.mk
> index d26f961..b7a4d73 100644
> --- a/utilities/automake.mk
> +++ b/utilities/automake.mk
> @@ -20,6 +20,8 @@ scripts_SCRIPTS += \
>         utilities/ovs-save
>  scripts_DATA += utilities/ovs-lib
>
> +utilities/ovs-lib: $(top_builddir)/config.status
> +
>  EXTRA_DIST += \
>         utilities/ovs-check-dead-ifs.in \
>         utilities/ovs-ctl.in \
> --
> 1.7.10.4
>
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to