X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2FMakefile;fp=test%2Fext%2FMakefile;h=bc2061446f4d4223572ad8af7275d85db4350303;hb=bb3befceee2b9849c236f712e6991a92224b5136;hp=9c9791b13649cec2fd17901f73291d30079966bd;hpb=5c544c8c3e084f7ccad041d168b6fff736b46cba;p=vpp.git diff --git a/test/ext/Makefile b/test/ext/Makefile index 9c9791b1364..bc2061446f4 100644 --- a/test/ext/Makefile +++ b/test/ext/Makefile @@ -33,7 +33,7 @@ $(VAPI_CBIN).d: $(CSRC) $(VAPI_BINDIR)/fake.api.vapi.h $(CC) -o $@ $(CFLAGS) -MM -MT '$(VAPI_CBIN)' $(CSRC) > $@ -ifeq ($(filter rhel centos,$(OS_ID)),$(OS_ID)) +ifeq ($(filter rhel centos,$(OS_ID)),$(OS_ID) AND $(OS_VERSION_ID),7) VAPI_CPPBIN= else CPPSRC = $(TEST_EXT_DIR)/vapi_cpp_test.cpp