X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fflow_classify%2FMakefile;h=4c23e5c6d1b1edc765a3758487e08c04e5a26d2d;hb=ba66534fc763b30ac4dc17225f18a65ebfe72b33;hp=aca7772b4d4daad75b0bf66e0a07ea852147b2c5;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/flow_classify/Makefile b/examples/flow_classify/Makefile index aca7772b4d..4c23e5c6d1 100644 --- a/examples/flow_classify/Makefile +++ b/examples/flow_classify/Makefile @@ -8,8 +8,7 @@ APP = flow_classify SRCS-y := flow_classify.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