diff --git a/Examples/test-suite/php/Makefile.in b/Examples/test-suite/php/Makefile.in index 5340751e7..d4f9ac9b5 100644 --- a/Examples/test-suite/php/Makefile.in +++ b/Examples/test-suite/php/Makefile.in @@ -50,7 +50,7 @@ missingtests: missingcpptests missingctests $(MAKE) $*.ctest @echo ' $(CPP_TEST_CASES) '|grep -F -v ' $* ' >/dev/null ||\ $(MAKE) $*.cpptest - @echo ' $(MULTICPP_TEST_CASES) '|grep -F -v ' $* ' >/dev/null ||\ + @echo ' $(MULTI_CPP_TEST_CASES) '|grep -F -v ' $* ' >/dev/null ||\ $(MAKE) $*.multicpptest # Runs the testcase. Tries to run testcase_runme.php, and if that's not