From 78a64e37d3ec8aa1fd941a1309b1a2eef43b0bb0 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 1 Nov 2017 18:30:49 -0400 Subject: [PATCH] Remove cryptopp.mapfile from distclean rule --- GNUmakefile | 2 +- GNUmakefile-cross | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 64f1ae79..f6ac9a93 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -790,7 +790,7 @@ clean: .PHONY: distclean distclean: clean - -$(RM) adhoc.cpp adhoc.cpp.copied cryptopp.mapfile GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt + -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt @-$(RM) cryptopp.tgz *.o *.bc *.ii *~ @-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ @-$(RM) -r $(DOCUMENT_DIRECTORY)/ diff --git a/GNUmakefile-cross b/GNUmakefile-cross index a22602f9..24268142 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -337,7 +337,7 @@ clean: .PHONY: distclean distclean: clean - -$(RM) adhoc.cpp adhoc.cpp.copied cryptopp.mapfile GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt + -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt @-$(RM) cryptopp.tgz *.o *.bc *.ii *~ @-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ @-$(RM) -f configure.ac configure Makefile.am Makefile *.m4 local.* lt*.sh missing libtool