Parcourir la source

[master] remove correct directory for the clean-cpp-coverage target

The directory has been wrong for a long time.
Reviewed via jabber.
Jeremy C. Reed il y a 12 ans
Parent
commit
271a74c31a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -46,7 +46,7 @@ endif
 clean-cpp-coverage:
 clean-cpp-coverage:
 	@if [ $(USE_LCOV) = yes ] ; then \
 	@if [ $(USE_LCOV) = yes ] ; then \
 		$(LCOV) --directory . --zerocounters; \
 		$(LCOV) --directory . --zerocounters; \
-		rm -rf coverage/; \
+		rm -rf $(abs_top_srcdir)/coverage-cpp-html/; \
 	else \
 	else \
 		echo "C++ code coverage not enabled at configuration time." ; \
 		echo "C++ code coverage not enabled at configuration time." ; \
 		echo "Use: ./configure --with-lcov" ; \
 		echo "Use: ./configure --with-lcov" ; \