summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-07 18:00:16 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-07 18:00:16 +0100
commit74fe2df2ad6bd37b7e0e3f7fb417ab88e708bba7 (patch)
treee289f8af3d76879ba0dc7a5c63b220a85b574310 /Makefile.am
parentc78bd12b44c1890a1daffe5dc9d91ce050251f77 (diff)
downloadpatches-74fe2df2ad6bd37b7e0e3f7fb417ab88e708bba7.tar
patches-74fe2df2ad6bd37b7e0e3f7fb417ab88e708bba7.tar.gz
build: Remove now unnecessary dependency of downloads on guix/utils.go.
* Makefile.am (distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz, distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz): Remove dependency on guix/utils.go.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e868cc4dc..e0bef419d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,10 +127,10 @@ DOWNLOAD_FILE = \
$(GUILE) --no-auto-compile -L "$(top_srcdir)" \
"$(top_srcdir)/build-aux/download.scm"
-distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz: guix/utils.go
+distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz:
$(MKDIR_P) `dirname "$@"`
$(DOWNLOAD_FILE) "$@" "0467a82cbe4136f60a79eb4176011bf88cf28ea19c9ad9defa365811ff8e11cf"
-distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz: guix/utils.go
+distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz:
$(MKDIR_P) `dirname "$@"`
$(DOWNLOAD_FILE) "$@" "93b537766dfab3ad287143523751e3ec02dd32d3ccaf88ad2d31c63158f342ee"