From: Thomas Monjalon Date: Tue, 17 Jan 2017 17:16:19 +0000 (+0100) Subject: examples/ip_pipeline: remove useless makefile line X-Git-Tag: spdx-start~5137 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=45e1c8b78268271b942ab14088c3facda7cc1aa1;p=dpdk.git examples/ip_pipeline: remove useless makefile line A dollar sign is missing and it is not needed because of VPATH. Reported-by: Ilya V. Matveychikov Suggested-by: Ferruh Yigit Signed-off-by: Thomas Monjalon --- diff --git a/examples/ip_pipeline/Makefile b/examples/ip_pipeline/Makefile index 5827117349..dc7e0ddd79 100644 --- a/examples/ip_pipeline/Makefile +++ b/examples/ip_pipeline/Makefile @@ -36,8 +36,6 @@ endif # Default target, can be overridden by command line or environment RTE_TARGET ?= x86_64-native-linuxapp-gcc -DIRS-(CONFIG_RTE_LIBRTE_PIPELINE) += pipeline - include $(RTE_SDK)/mk/rte.vars.mk # binary name