X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd-crypto%2FMakefile;h=29fd530b47dd758fc74599b746163fb4da7c69da;hb=d803feec8d23c0c0394809d8fa6e2563607ce180;hp=87d311193a8f1855431d4923353d4719a098c767;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/l2fwd-crypto/Makefile b/examples/l2fwd-crypto/Makefile index 87d311193a..29fd530b47 100644 --- a/examples/l2fwd-crypto/Makefile +++ b/examples/l2fwd-crypto/Makefile @@ -8,8 +8,7 @@ APP = l2fwd-crypto 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