[hyena/gtk3] build: The target 'hg' depends on Hyena being built



commit 735a8de14e2c68ab7be4caa5dba597c9b7c0f2a9
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Mon Jul 18 17:58:52 2011 +0100

    build: The target 'hg' depends on Hyena being built
    
    Signed-off-by:  Bertrand Lorentz <bertrand lorentz gmail com>

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3d193c1..0860114 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ test:
 	echo "Tests not enabled.  Pass --enable-tests to configure or ./autogen.sh"
 endif
 
-hg:
+hg:	all
 	pushd bin; \
 	echo "class Entry { static void Main () { Hyena.Gui.TestModuleRunner.Run (); } }" > tester.cs; \
 	$(MCS) -r:Hyena.Gui.dll tester.cs; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]