X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fl3fwd%2FMakefile;h=c55f5c2888d98b948ad57018c92c9d9b9ba31116;hb=1b346cc63d22aeff41bfcf64e12db039495f2098;hp=52976880ac1c69ee3a295c2c545d6e35ed3b6fd1;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/l3fwd/Makefile b/examples/l3fwd/Makefile index 52976880ac..c55f5c2888 100644 --- a/examples/l3fwd/Makefile +++ b/examples/l3fwd/Makefile @@ -8,8 +8,7 @@ APP = l3fwd SRCS-y := main.c l3fwd_lpm.c l3fwd_em.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