[LTP] [PATCH] mk: fix typo in module.mk
Li Wang
liwang@redhat.com
Tue Aug 5 14:22:36 CEST 2025
On Tue, Aug 5, 2025 at 7:40 PM Petr Vorel <pvorel@suse.cz> wrote:
> Hi Li,
>
> > $(if $(REQ_VERSION_MAJOR),,$(error You must define REQ_VERSION_MAJOR))
> > -$(if $(REQ_VERSION_PATCH),,$(error You must define REQ_VERSION_MINOR))
> > +$(if $(REQ_VERSION_PATCH),,$(error You must define REQ_VERSION_PATCH))
>
> Good catch!
>
> Reviewed-by: Petr Vorel <pvorel@suse.cz>
>
Merged, thanks!
--
Regards,
Li Wang
More information about the ltp
mailing list