From 73fbb904312a7cb17a430f994b9f03485aef397c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sun, 1 Jul 2012 15:10:50 +0200
Subject: [PATCH] build: Build (guix utils) first.

* Makefile.am (MODULES): Move `guix/utils.scm' first.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3d94dd05833..963d9c8b48e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,12 +19,12 @@
 bin_SCRIPTS = guix-build
 
 MODULES =					\
+  guix/utils.scm				\
   guix/derivations.scm				\
   guix/build-system.scm				\
   guix/build-system/gnu.scm			\
   guix/http.scm					\
   guix/store.scm				\
-  guix/utils.scm				\
   guix/build/gnu-build-system.scm		\
   guix/build/http.scm				\
   guix/build/utils.scm				\
-- 
GitLab