From 69a40e992ccd5107f0c62e7d044df58719971c1a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 26 Sep 2017 01:05:15 -0400 Subject: [PATCH] Fix GNUmakefile-cross distclean recipe (GH #514) --- GNUmakefile-cross | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile-cross b/GNUmakefile-cross index eab8ada6..9c181aaa 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -333,9 +333,9 @@ clean: .PHONY: distclean distclean: clean - -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt - @-$(RM) cryptopp.tgz *.o *.bc *.ii *.s *~ - @-$(RM) -r $(DOCUMENT_DIRECTORY)/ + -$(RM) adhoc.cpp adhoc.cpp.copied cryptopp.mapfile GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt + @-$(RM) cryptopp.tgz *.o *.bc *.ii *~ + @-$(RM) -r $(SRCS:.cpp=.obj) *.suo *.sdf *.pdb Win32/ x64/ ipch/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* @-$(RM) CryptoPPRef.zip