Yeah, this fixes the issue,

Do you want to push it?

Thanks,
Alex Wang,

On Mon, Jul 20, 2015 at 1:07 PM, Ben Pfaff <b...@nicira.com> wrote:

> OK, I think I see the problem then, can you try this?
>
> diff --git a/lib/automake.mk b/lib/automake.mk
> index fdc518e..bd23ef7 100644
> --- a/lib/automake.mk
> +++ b/lib/automake.mk
> @@ -486,14 +486,14 @@ $(srcdir)/lib/ofp-errors.inc: \
>                 $(srcdir)/lib/ofp-errors.h \
>                 $(srcdir)/include/openflow/openflow-common.h > $@.tmp && \
>         mv $@.tmp $@
> -$(srcdir)/lib/ofp-errors.lo: $(srcdir)/lib/ofp-errors.inc
> +lib/ofp-errors.lo: $(srcdir)/lib/ofp-errors.inc
>  EXTRA_DIST += build-aux/extract-ofp-errors lib/ofp-errors.inc
>
>  $(srcdir)/lib/ofp-msgs.inc: \
>         lib/ofp-msgs.h $(srcdir)/build-aux/extract-ofp-msgs
>         $(AM_V_GEN)$(run_python) $(srcdir)/build-aux/extract-ofp-msgs \
>                 $(srcdir)/lib/ofp-msgs.h $@ > $@.tmp && mv $@.tmp $@
> -$(srcdir)/lib/ofp-msgs.lo: $(srcdir)/lib/ofp-msgs.inc
> +lib/ofp-msgs.lo: $(srcdir)/lib/ofp-msgs.inc
>  EXTRA_DIST += build-aux/extract-ofp-msgs lib/ofp-msgs.inc
>
>  INSTALL_DATA_LOCAL += lib-install-data-local
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to