forked from pool/matthewlib-java
14 lines
388 B
Diff
14 lines
388 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 5ba907f..54019bc 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -8,7 +8,7 @@ LD?=ld
|
|
PPFLAGS+=-C -P
|
|
CFLAGS+=-fpic -Wall -Os -pedantic -std=c99 -Werror
|
|
GCJFLAGS+=-fjni
|
|
-JCFLAGS+=-source 5.0
|
|
+#JCFLAGS+=-source 5.0
|
|
INCLUDES+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
|
|
JAVADOCFLAGS?=-quiet -author -link http://java.sun.com/j2se/1.4.2/docs/api/
|
|
|