From ed96846282ec240b8a46597c525c50aa63c31619 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Mon, 27 Jul 2015 08:56:05 -0400 Subject: [PATCH] contrib/jwrapper examples: fix dependency of the queue example main rule MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/jwrapper/examples/queue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/jwrapper/examples/queue/Makefile b/contrib/jwrapper/examples/queue/Makefile index a07438c..fc9a0ae 100644 --- a/contrib/jwrapper/examples/queue/Makefile +++ b/contrib/jwrapper/examples/queue/Makefile @@ -1,5 +1,5 @@ # Nit test program -user_test: queue.nit $(shell ../../../../bin/nitls -M user_test.nit) ../../../../bin/nitc +user_test: queue.nit $(shell ../../../../bin/nitls -M user_test.nit) ../../../../bin/nitc ../../bin/jwrapper CLASSPATH=`pwd` ../../../../bin/nitc user_test.nit # Manually add our class file to the Jar for easy access -- 1.7.9.5