[dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation
Marcin Smoczynski
marcinx.smoczynski at intel.com
Wed May 8 15:09:56 CEST 2019
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 <marcinx.smoczynski at intel.com>
---
examples/ipsec-secgw/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ipsec-secgw/Makefile b/examples/ipsec-secgw/Makefile
index ac042e4ce..75f2bcd00 100644
--- a/examples/ipsec-secgw/Makefile
+++ b/examples/ipsec-secgw/Makefile
@@ -53,7 +53,7 @@ clean:
else
ifeq ($(RTE_SDK),)
- $(error "Please define RTE_SDK environment variable")
+$(error "Please define RTE_SDK environment variable")
endif
# Default target, detect a build directory, by looking for a path with a .config
--
2.21.0.windows.1
More information about the dev
mailing list