diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 15:10:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 15:10:50 +0200 |
commit | 73fbb904312a7cb17a430f994b9f03485aef397c (patch) | |
tree | 39a19b14789e269706456b6d0f82599c26251066 /Makefile.am | |
parent | 615263259376fd4906fa12374ce6042f5d4799e5 (diff) | |
download | guix-73fbb904312a7cb17a430f994b9f03485aef397c.tar.gz |
build: Build (guix utils) first.
* Makefile.am (MODULES): Move `guix/utils.scm' first.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3d94dd0583..963d9c8b48 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 \ |