From 2cd85a1bcdbfbb3ff33d3dba5c95e439409e93f2 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Fri, 20 Mar 2009 23:43:59 +0100
Subject: [PATCH] More fixes to the Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3656ff6bb..67096d463 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ DOCS = README.html NEWS.html
 
 all: $(HPROGS)
 
-hn1 hbal: Ganeti/HTools/Version.hs
+hn1 hbal: % : %.hs Ganeti/HTools/Version.hs $(HSRCS) Makefile
 	ghc --make -O2 -W $@
 
 $(DOCS) : %.html : %
-- 
GitLab