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>.
master
Ludovic Courtès 2013-02-17 22:18:16 +01:00
parent fdca1c079b
commit 855a8ad71d
1 changed files with 3 additions and 0 deletions

View File

@ -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