From 1273d44ac73fe7e33b51809d2d3000fde7c4d4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 15 Jun 2012 10:03:08 +0200 Subject: [PATCH] Build (guix) last. * Makefile.am (MODULES): Move `guix.scm' last. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5f618505dd..5cc49a73fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,6 @@ # along with Guix. If not, see . MODULES = \ - guix.scm \ guix/derivations.scm \ guix/gnu-build-system.scm \ guix/http.scm \ @@ -25,7 +24,8 @@ MODULES = \ guix/utils.scm \ guix/build/gnu-build-system.scm \ guix/build/http.scm \ - guix/build/utils.scm + guix/build/utils.scm \ + guix.scm GOBJECTS = $(MODULES:%.scm=%.go)