net/bnxt: fix tunnel redirect commands
[dpdk.git] / examples / link_status_interrupt / Makefile
index 77774ed..97e5a14 100644 (file)
@@ -8,8 +8,7 @@ APP = link_status_interrupt
 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