X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd%2FMakefile;h=230352093837daf3f4fb44a985bc39b08fef0360;hb=23d4b61fee5dc75ced7938169dc87a6174a093aa;hp=fb352e1b7b31bc793c796748e87af0aef0a7021b;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/l2fwd/Makefile b/examples/l2fwd/Makefile index fb352e1b7b..2303520938 100644 --- a/examples/l2fwd/Makefile +++ b/examples/l2fwd/Makefile @@ -8,8 +8,7 @@ APP = l2fwd 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