Looks good to me. Acked-by: Yi-Hung Wei <[email protected]>
On Thu, Feb 1, 2018 at 5:03 PM, Shashank Ram <[email protected]> wrote: > Signed-off-by: Shashank Ram <[email protected]> > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 5988c02..1d336b6 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -398,7 +398,7 @@ CLEANFILES += flake8-check > > include $(srcdir)/manpages.mk > $(srcdir)/manpages.mk: $(MAN_ROOTS) build-aux/sodepends.py > python/build/soutil.py > - @PYTHONPATH=$$PYTHONPATH:$(srcdir)/python $(PYTHON) > $(srcdir)/build-aux/sodepends.py -I. -I$(srcdir) $(MAN_ROOTS) >$(@F).tmp > + @PYTHONPATH=$$PYTHONPATH$(psep)$(srcdir)/python $(PYTHON) > $(srcdir)/build-aux/sodepends.py -I. -I$(srcdir) $(MAN_ROOTS) >$(@F).tmp > @if cmp -s $(@F).tmp $@; then \ > touch $@; \ > rm -f $(@F).tmp; \ > -- > 2.9.3.windows.2 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
