changeset 1498:7b82e415e099

Fixed targets of clean-cpp-unit-tests and run-cpp-unit-tests
author Jiri Vanek <jvanek@redhat.com>
date Fri, 26 Oct 2018 12:02:22 +0200
parents d0eb4fb4bc55
children 057fabf9fdcb
files Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)