On Wed, Jun 12, 2019 at 9:19 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> > > The order-only prerequisit to $(bdir)/include has a typo of "$(bidr)" > instead of being "$(bdir)" > > Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > --- Looks OK to me Reviewed-by: Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> > tracecmd/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tracecmd/Makefile b/tracecmd/Makefile > index 93b373d58155..bcd437a26b98 100644 > --- a/tracecmd/Makefile > +++ b/tracecmd/Makefile > @@ -47,7 +47,7 @@ all: $(TARGETS) > $(bdir): > @mkdir -p $(bdir) > > -$(bdir)/include: | $(bidr) > +$(bdir)/include: | $(bdir) > @mkdir -p $(bdir)/include > > $(TC_VERSION): force | $(bdir)/include > -- > 2.20.1 > > -- Tzvetomir (Ceco) Stoyanov VMware Open Source Technology Center