]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/Makefile
net/mlx5: add meter action creation to the glue
[dpdk.git] / examples / l3fwd / Makefile
index 52976880ac1c69ee3a295c2c545d6e35ed3b6fd1..c55f5c2888d98b948ad57018c92c9d9b9ba31116 100644 (file)
@@ -8,8 +8,7 @@ APP = l3fwd
 SRCS-y := main.c l3fwd_lpm.c l3fwd_em.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