You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/22 16:07:38 UTC

[commons-crypto] branch sebb-docker updated: Redundant; does the same as the previous two lines

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch sebb-docker
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/sebb-docker by this push:
     new 0e32cf1  Redundant; does the same as the previous two lines
0e32cf1 is described below

commit 0e32cf197b6a88452f7883ff515201964a91117c
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 22 17:07:28 2022 +0100

    Redundant; does the same as the previous two lines
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index 66064ba..29e9d0f 100644
--- a/Makefile
+++ b/Makefile
@@ -71,8 +71,6 @@ native: $(NATIVE_DLL)
 $(NATIVE_DLL): $(COMMONS_CRYPTO_OUT)/$(LIBNAME)
 	@mkdir -p $(@D)
 	cp $< $@
-	@mkdir -p $(NATIVE_TARGET_DIR)
-	cp $< $(NATIVE_TARGET_DIR)/$(LIBNAME)
 
 win32:
 	$(MAKE) native CROSS_PREFIX=i686-w64-mingw32- OS_NAME=Windows OS_ARCH=x86