From f40afed631a3b45ae36bb5b48e0234cf150e2029 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 6 Nov 2017 07:27:37 -0500 Subject: [PATCH] Add more Autotools artifacts to distclean recipe --- GNUmakefile | 2 +- GNUmakefile-cross | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index d2db3eb8..8a2a0ed6 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -796,7 +796,7 @@ distclean: clean @-$(RM) -r $(DOCUMENT_DIRECTORY)/ @-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile @-$(RM) -f config.guess config.status config.sub depcomp install-sh compile - @-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool + @-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool* libcryptopp.pc* @-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* diff --git a/GNUmakefile-cross b/GNUmakefile-cross index e2caa614..f6cb1ddb 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -342,7 +342,7 @@ distclean: clean @-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ @-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile @-$(RM) -f config.guess config.status config.sub depcomp install-sh compile - @-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool + @-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool* libcryptopp.pc* @-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.*