/hg/icedtea-web: Fixed targets of clean-cpp-unit-tests and run-c...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri Oct 26 10:02:52 UTC 2018


changeset 4a8e7df043d2 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=4a8e7df043d2
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Oct 26 12:02:25 2018 +0200

	Fixed targets of clean-cpp-unit-tests and run-cpp-unit-tests


diffstat:

 Makefile.am |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r b1c291e04ae0 -r 4a8e7df043d2 Makefile.am
--- 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)


More information about the distro-pkg-dev mailing list