Fix core jar name in gcj Makefile.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@613314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Busch 2008-01-18 23:37:55 +00:00
parent aa6928d50c
commit 7f4bdd5a80
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ DEST=$(BUILD)/gcj
CORE=$(BUILD)/classes/java
SRC=.
CORE_OBJ:=$(subst .jar,.a,$(wildcard $(BUILD)/lucene-[0-9]*.jar))
CORE_OBJ:=$(subst .jar,.a,$(wildcard $(BUILD)/lucene-core-[0-9]*.jar))
CORE_JAVA:=$(shell find $(ROOT)/src/java -name '*.java')
CORE_HEADERS=\