From 3654c361ef6143e58aaad125cd80f083af83fb2e Mon Sep 17 00:00:00 2001
From: Sascha Steinbiss <ss34@sanger.ac.uk>
Date: Mon, 13 Jan 2014 12:23:11 +0000
Subject: [PATCH] address build dependency

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 47c5d6078..8dc99b0bb 100644
--- a/Makefile
+++ b/Makefile
@@ -232,6 +232,10 @@ CLASSES := $(SOURCES:%.java=%.class)
 
 all: idl code
 
+# Utils needs to be built before controller
+uk/ac/sanger/artemis/circular/digest/CircularGenomeController.class:uk/ac/sanger/artemis/circular/digest/Utils.class
+	$(REAL_CLASSPATH) $(JAVAC) $(@:%.class=%.java)
+
 code: $(CLASSES)
 
 topdown: idl
-- 
GitLab