mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
c78bd12b44
commit
74fe2df2ad
1 changed files with 2 additions and 2 deletions
|
@ -127,10 +127,10 @@ DOWNLOAD_FILE = \
|
||||||
$(GUILE) --no-auto-compile -L "$(top_srcdir)" \
|
$(GUILE) --no-auto-compile -L "$(top_srcdir)" \
|
||||||
"$(top_srcdir)/build-aux/download.scm"
|
"$(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 "$@"`
|
$(MKDIR_P) `dirname "$@"`
|
||||||
$(DOWNLOAD_FILE) "$@" "0467a82cbe4136f60a79eb4176011bf88cf28ea19c9ad9defa365811ff8e11cf"
|
$(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 "$@"`
|
$(MKDIR_P) `dirname "$@"`
|
||||||
$(DOWNLOAD_FILE) "$@" "93b537766dfab3ad287143523751e3ec02dd32d3ccaf88ad2d31c63158f342ee"
|
$(DOWNLOAD_FILE) "$@" "93b537766dfab3ad287143523751e3ec02dd32d3ccaf88ad2d31c63158f342ee"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue