From c757ab5c0553929f51516950c3f552999691cd5d Mon Sep 17 00:00:00 2001 From: Pasam Soujanya Date: Tue, 3 Dec 2024 16:02:35 +0530 Subject: [PATCH] remove options --- makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/makefile b/makefile index 7894071c..af0052b0 100644 --- a/makefile +++ b/makefile @@ -86,8 +86,6 @@ envDetect: compileTools ifeq ($(UNAME), OS/390) ifeq ($(shell test $(JDK_VERSION) -ge 21; echo $$?),0) ${TEST_JDK_HOME}$(D)bin$(D)java -Dfile.encoding=IBM-1047 -cp .$(D)bin$(D)TestKitGen.jar org.openj9.envInfo.EnvDetector -else - ${TEST_JDK_HOME}$(D)bin$(D)java -cp .$(D)bin$(D)TestKitGen.jar org.openj9.envInfo.EnvDetector endif endif