~ruther/guix-local

02d94dab8d7827eb0dae469025cf6aeead12b873 — Ludovic Courtès 13 years ago dc3f180
build: Build guix/scripts/download.go after guix/build/download.go.

* Makefile.am (guix/scripts/download.go): Add dependency on
  `guix/build/download.go'.
  Reported by Nikita Karetnikov <nikita@karetnikov.org>.
1 files changed, 3 insertions(+), 0 deletions(-)

M Makefile.am
M Makefile.am => Makefile.am +3 -0
@@ 164,6 164,9 @@ MODULES =					\
  gnu/packages/zip.scm				\
  gnu/system/vm.scm

# Because of the autoload hack in (guix build download), we must build it
# first to avoid errors on systems where (gnutls) is unavailable.
guix/scripts/download.go: guix/build/download.go

GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go