[med-svn] [htslib] 07/10: Remove autom4te.cache during `make distclean`

Andreas Tille tille at debian.org
Wed Jul 19 19:54:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to annotated tag 1.5
in repository htslib.

commit b28aa8d0df7accd8e4ea27b65216cfe4b2d4bc68
Author: Rob Davies <rmd+git at sanger.ac.uk>
Date:   Sun Jun 18 21:50:20 2017 +0100

    Remove autom4te.cache during `make distclean`
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 8707a05..471133e 100644
--- a/Makefile
+++ b/Makefile
@@ -475,6 +475,7 @@ clean: mostlyclean clean-$(SHLIB_FLAVOUR)
 distclean maintainer-clean: clean
 	-rm -f config.cache config.h config.log config.mk config.status
 	-rm -f TAGS *.pc.tmp *-uninstalled.pc htslib_static.mk
+	-rm -rf autom4te.cache
 
 clean-so:
 	-rm -f libhts.so libhts.so.*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git



More information about the debian-med-commit mailing list