X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fl2fwd-crypto%2FMakefile;h=29fd530b47dd758fc74599b746163fb4da7c69da;hb=1868b17b570298e6fca900f047b9b8c3e7cf7373;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