Skip to content

Commit

Permalink
fix java JAR path in makefile (#3600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 authored and stdpain committed Mar 10, 2022
1 parent c89c2e2 commit 0782ad7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gensrc/java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ ${CLASSLOADER_CLAZZ} : ${CLASSLOADER_SRC} ${BUILD_DIR}/gen_java
${JAVAC} -d ${BUILD_DIR}/gen_java ${CLASSLOADER_SRC}

${TARGET} : ${ANALYZER_CLAZZ} ${CLASSLOADER_CLAZZ}
cd ${BUILD_DIR}/gen_java && jar -cvf udf-class-loader.jar .

cd ${BUILD_DIR}/gen_java && ${JAR} -cvf udf-class-loader.jar .

clean:
rm -rf ${BUILD_DIR}/gen_java

0 comments on commit 0782ad7

Please sign in to comment.