Fix GNUmakefile-cross distclean recipe (GH #514)
parent
ea3c80c949
commit
69a40e992c
|
|
@ -333,9 +333,9 @@ clean:
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
-$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt
|
-$(RM) adhoc.cpp adhoc.cpp.copied cryptopp.mapfile GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt
|
||||||
@-$(RM) cryptopp.tgz *.o *.bc *.ii *.s *~
|
@-$(RM) cryptopp.tgz *.o *.bc *.ii *~
|
||||||
@-$(RM) -r $(DOCUMENT_DIRECTORY)/
|
@-$(RM) -r $(SRCS:.cpp=.obj) *.suo *.sdf *.pdb Win32/ x64/ ipch/
|
||||||
@-$(RM) -r TestCoverage/
|
@-$(RM) -r TestCoverage/
|
||||||
@-$(RM) cryptopp$(LIB_VER)\.*
|
@-$(RM) cryptopp$(LIB_VER)\.*
|
||||||
@-$(RM) CryptoPPRef.zip
|
@-$(RM) CryptoPPRef.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue