[LTP] [PATCH 1/1] realtime: Fix include for out-of-tree build

Cyril Hrubis chrubis@suse.cz
Thu Mar 30 15:53:31 CEST 2017


Hi!
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
>  testcases/realtime/lib/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testcases/realtime/lib/Makefile b/testcases/realtime/lib/Makefile
> index 9a29ee7ce..71d73dd4b 100644
> --- a/testcases/realtime/lib/Makefile
> +++ b/testcases/realtime/lib/Makefile
> @@ -25,7 +25,7 @@ top_srcdir		?= ../../..
>  
>  include $(top_srcdir)/include/mk/env_pre.mk
>  
> -CFLAGS			+= -D_GNU_SOURCE -I../include/
> +CFLAGS			+= -D_GNU_SOURCE -I$(top_srcdir)/testcases/realtime/include/ -I$(top_builddir)/testcases/realtime/include/

I've fixed this line to be under 80 chars and pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list