bogus patch
[org.ibex.mail.git] / Makefile
index d37d5ca..70fe175 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,14 @@ upstream/org.ibex.crypto/src/org/ibex/crypto/Base36.java: .download_org.ibex.cry
        @cd upstream/org.ibex.$*; make compile
        @touch $@
 
-mail.jar: $(sources)
+compile: .compile
+.compile: $(sources)
        @make .download_org.ibex.crypto .build_org.ibex.core
        @mkdir -p build/class
-       @javac -d build/class -classpath upstream/org.ibex.core/build/class $^
+       @javac -d build/class -classpath /jinetd/LIB/ibex.core.jar:build/class $^
+       @touch $@
+
+mail.jar: .compile
        @cd build/class; jar cvf ../../mail.jar .
 
 #run: mail.jar