Repository: commons-crypto Updated Branches: refs/heads/master 26ec56a05 -> 873377b3b
DEL is an internal command Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/873377b3 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/873377b3 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/873377b3 Branch: refs/heads/master Commit: 873377b3b53f5978cc7c851e1e56d930a5d978ff Parents: 26ec56a Author: Sebb <s...@apache.org> Authored: Sat Jul 2 20:22:40 2016 +0100 Committer: Sebb <s...@apache.org> Committed: Sat Jul 2 20:22:40 2016 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/873377b3/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index f87218f..48ddb52 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ endif ifeq ($(OS_NAME),Windows) # Classpath separator SEP := ; - DELTREE := DEL /S/Q + DELTREE := CMD /C DEL /S/Q # The separator used for file paths FSEP := \\ else