]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_reassembly/Makefile
examples: check status of getting MAC address
[dpdk.git] / examples / ip_reassembly / Makefile
index 5af5d63bd2bf865039d408fa7f379627b0abd841..0b1a904e0734ac583c1f714acc4a176c906fb9ff 100644 (file)
@@ -9,8 +9,7 @@ APP = ip_reassembly
 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