examples/ipsec-secgw: fix build error log

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>
This commit is contained in:
Marcin Smoczynski 2019-05-08 15:09:56 +02:00 committed by Thomas Monjalon
parent 9b464145a5
commit 96d8ea839b

View 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