From 52df30945f9e38b99c24cc07dee7ae485ddc8297 Mon Sep 17 00:00:00 2001 From: Pasam Soujanya Date: Wed, 4 Dec 2024 19:27:05 +0530 Subject: [PATCH] Remove IBM-1047 export option and generate makefiles on JDK21+ z/OS in IBM-1047 encoding Signed-off-by: Pasam Soujanya --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 1eb0e2cb..4aa55fdf 100644 --- a/makefile +++ b/makefile @@ -49,7 +49,6 @@ $(info JVM_OPTIONS is "-Dfile.encoding=IBM-1047") endif endif - export LIB_DIR:=$(subst \,/,$(LIB_DIR)) $(info LIB_DIR is set to $(LIB_DIR))