Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation

2019-05-09 Thread Thomas Monjalon
08/05/2019 15:09, Marcin Smoczynski: > Fix invalid indentation - extra whitespace before error directive which > is causing syntax error when no pkgconfig file for the DPDK is found and > RTE_SDK is not specified. > > Signed-off-by: Marcin Smoczynski Applied, thanks

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation

2019-05-08 Thread Marcin Smoczynski
Fix invalid indentation - extra whitespace before error directive which is causing syntax error when no pkgconfig file for the DPDK is found and RTE_SDK is not specified. Signed-off-by: Marcin Smoczynski --- examples/ipsec-secgw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif