~ruther/guix-local

1273d44ac73fe7e33b51809d2d3000fde7c4d4e3 — Ludovic Courtès 13 years ago af51c82
Build (guix) last.

* Makefile.am (MODULES): Move `guix.scm' last.
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile.am
M Makefile.am => Makefile.am +2 -2
@@ 17,7 17,6 @@
# along with Guix.  If not, see <http://www.gnu.org/licenses/>.

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)