]> git.droids-corp.org - dpdk.git/blobdiff - examples/fips_validation/Makefile
examples: fix pkg-config detection with older make
[dpdk.git] / examples / fips_validation / Makefile
index f8cbba59214045061559d9e76ef2c8afbaf552f6..9485daf7a40232d67e93a6f85f0e9b80b5ca9d69 100644 (file)
@@ -17,8 +17,7 @@ SRCS-y += fips_dev_self_test.c
 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