X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftep_termination%2FMakefile;h=31165bd92a3d6e402f7768eb59354d465f2079d3;hb=bba1db3520ad450d9f884a4a024c0db39435ef48;hp=be5aa9a641db237acbf881b4ce262b2fe0ae6591;hpb=ca9268529d2be1764054591ad57a7aac008e16b4;p=dpdk.git diff --git a/examples/tep_termination/Makefile b/examples/tep_termination/Makefile index be5aa9a641..31165bd92a 100644 --- a/examples/tep_termination/Makefile +++ b/examples/tep_termination/Makefile @@ -8,8 +8,7 @@ APP = tep_termination SRCS-y := main.c vxlan_setup.c vxlan.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