/hg/release/icedtea-web-1.7: Fixed targets of clean-cpp-unit-tes...

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


changeset 7b82e415e099 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=7b82e415e099
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Oct 26 12:02:22 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 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)


More information about the distro-pkg-dev mailing list