From cbd9bd6d71c4265f5347bd6a37bd9e3b5e7c896f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 27 Mar 2022 16:43:30 +0100 Subject: [PATCH] Fix running make-cpp11 for ocaml --- Examples/test-suite/ocaml/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/test-suite/ocaml/Makefile.in b/Examples/test-suite/ocaml/Makefile.in index 68fea58fc..995f7f49b 100644 --- a/Examples/test-suite/ocaml/Makefile.in +++ b/Examples/test-suite/ocaml/Makefile.in @@ -97,6 +97,7 @@ extra_objects: swig.cmi swig.cmo swigp4.cmi $(C_TEST_CASES:=.ctest): extra_objects $(CPP_TEST_CASES:=.cpptest): extra_objects +$(CPP11_TEST_CASES:=.cpptest): extra_objects $(MULTI_CPP_TEST_CASES:=.multicpptest): extra_objects # Clean