mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
typo in the new Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user