]> git.droids-corp.org - dpdk.git/blobdiff - examples/timer/Makefile
app/testpmd: fix parsing RSS queue rule
[dpdk.git] / examples / timer / Makefile
index d21e4c63c2b6db2f98c3ede2bb147c931468426d..a861783551bd6aa6f024f66f3035dfa2bc2c928a 100644 (file)
@@ -8,8 +8,7 @@ APP = timer
 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