]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-vf/Makefile
net/af_packet: remove redundant declaration
[dpdk.git] / examples / l3fwd-vf / Makefile
index 892ecf38b9ffa9b735b0741b1186cc4509cd06d0..7b186a23cbe1aaea4b8e1419cb4124e7c95e5242 100644 (file)
@@ -8,8 +8,7 @@ APP = l3fwd-vf
 SRCS-y := main.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