examples/ipsec-secgw: fix build error log
authorMarcin Smoczynski <marcinx.smoczynski@intel.com>
Wed, 8 May 2019 13:09:56 +0000 (15:09 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 May 2019 22:19:31 +0000 (00:19 +0200)
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.

Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application")
Cc: stable@dpdk.org
Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
examples/ipsec-secgw/Makefile

index ac042e4..75f2bcd 100644 (file)
@@ -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