X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fdistributor%2FMakefile;h=bac8d5578e70f6a6712957669ff370c37bea74fc;hb=cc8627bc6d7a7bd3ccc2653b746aac4fbaa0bc50;hp=6aa5e7a9e4e1ea4bc5725c7c769470ae7f2b8efa;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/distributor/Makefile b/examples/distributor/Makefile index 6aa5e7a9e4..bac8d5578e 100644 --- a/examples/distributor/Makefile +++ b/examples/distributor/Makefile @@ -8,8 +8,7 @@ APP = distributor_app 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