Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214920 | Differences between
and this patch

Collapse All | Expand All

(-)bind/pdflib/java/Makefile.old (-1 / +1 lines)
Lines 5-11 Link Here
5
MYJAR   = pdflib.jar
5
MYJAR   = pdflib.jar
6
JAVAC   = javac -classpath $(MYJAR):.
6
JAVAC   = javac -classpath $(MYJAR):.
7
COMPILE = $(JAVAC) $(JAVACFLAGS)
7
COMPILE = $(JAVAC) $(JAVACFLAGS)
8
JAVA    = $(LIBTOOL_EXE) $(JAVA) -classpath $(MYJAR)
8
JAVA    = $(LIBTOOL_EXE) java -classpath $(MYJAR)
9
JAR     = jar
9
JAR     = jar
10
10
11
include ../../../config/mkcommon.inc
11
include ../../../config/mkcommon.inc

Return to bug 214920