X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fcmdline%2FMakefile;h=c1852080abc2f30184bdc2b35d84bd5ca80c95ac;hb=f0617163b8d2678371d0c93926cebb6c1e7981d7;hp=9b757316fb00cea39c00a7bae4bc2004badbad48;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/cmdline/Makefile b/examples/cmdline/Makefile index 9b757316fb..c1852080ab 100644 --- a/examples/cmdline/Makefile +++ b/examples/cmdline/Makefile @@ -8,8 +8,7 @@ APP = cmdline SRCS-y := main.c commands.c parse_obj_list.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