X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fskeleton%2FMakefile;h=c5ac2602938182092ec2cb6499a0d2b507cb9e37;hb=0de94bcac7fc9bd4264716ab4851c1376b5a2582;hp=68454a558fa2ce01928971f768c49780a8fec316;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/skeleton/Makefile b/examples/skeleton/Makefile index 68454a558f..c5ac260293 100644 --- a/examples/skeleton/Makefile +++ b/examples/skeleton/Makefile @@ -8,8 +8,7 @@ APP = basicfwd SRCS-y := basicfwd.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