From 6a50ccb48b13f08be56cccc45728a7105c151291 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 17 Feb 2016 14:40:46 +0000 Subject: [PATCH] typo in the new Makefile --- src/runtime/java/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/java/Makefile b/src/runtime/java/Makefile index a8d262e1b..ce185e044 100644 --- a/src/runtime/java/Makefile +++ b/src/runtime/java/Makefile @@ -6,7 +6,7 @@ JNI_PATH = /usr/lib/jvm/default-java/include #JNI_PATH = /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/ INSTALL_PATH = /usr/local/lib -LIBTOOL = $(if $(shell command -v glibtool 2>/dev/null), glibtool --tags=CC, libtool) +LIBTOOL = $(if $(shell command -v glibtool 2>/dev/null), glibtool --tag=CC, libtool) all: libjpgf.la jpgf.jar