commit 352eb62bce893c37651456ccbc8ae453ee02267f
Author: p4u <hakais@gmail.com>
Date:   Fri Sep 28 16:07:21 2012 +0200

    PRE_BUILD was missing in build function

diff --git a/Makefile b/Makefile
index 6c6c3d8..2f7b24e 100644
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,7 @@ help:
 	cat README | more || true
 
 build: checkout
+	$(call pre_build)
 	$(if $(TARGET),$(call build_src))
 	$(call post_build)
 
