# HG changeset patch # User Jiri Vanek # Date 1540548142 -7200 # Node ID 7b82e415e09970d7c6db479426b2f1f9d0cbc8a7 # Parent d0eb4fb4bc5540ebf9754565555fc2f9dfbac3d0 Fixed targets of clean-cpp-unit-tests and run-cpp-unit-tests diff -r d0eb4fb4bc55 -r 7b82e415e099 Makefile.am --- a/Makefile.am Thu Oct 18 13:09:29 2018 +0200 +++ b/Makefile.am Fri Oct 26 12:02:22 2018 +0200 @@ -607,9 +607,9 @@ run-cpp-unit-tests-impl-placeholder: echo "plugin disabled" -clean-cpp-unit-tests: $(CPPUNIT_IMPL) +clean-cpp-unit-tests: $(CPPUNIT_CLEAN_IMPL) -run-cpp-unit-tests: $(CPPUNIT_CLEAN_IMPL) +run-cpp-unit-tests: $(CPPUNIT_IMPL) stamps/plugin.stamp: $(ICEDTEAPLUGIN_TARGET)