]> git.droids-corp.org - dpdk.git/blobdiff - examples/tep_termination/Makefile
doc: remove useless console syntax in mlx guides
[dpdk.git] / examples / tep_termination / Makefile
index be5aa9a641db237acbf881b4ce262b2fe0ae6591..31165bd92a3d6e402f7768eb59354d465f2079d3 100644 (file)
@@ -8,8 +8,7 @@ APP = tep_termination
 SRCS-y := main.c vxlan_setup.c vxlan.c
 
 # Build using pkg-config variables if possible
-$(shell pkg-config --exists libdpdk)
-ifeq ($(.SHELLSTATUS),0)
+ifeq ($(shell pkg-config --exists libdpdk && echo 0),0)
 
 all: shared
 .PHONY: shared static