changeset 1518:4a8e7df043d2

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:25 +0200
parents b1c291e04ae0
children 996849aa03d1
files Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Oct 18 13:08:54 2018 +0200
+++ b/Makefile.am	Fri Oct 26 12:02:25 2018 +0200
@@ -661,9 +661,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)