From 3ed9b6a1a22f5775f75316de34fb8a10d0580570 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 3 Dec 2018 16:22:43 +0000 Subject: Minor typo correction in building Coreutils We were missing a `\' at the end of the `$(call' function of Coreutils to connect the two lines. It has been fixed now. --- reproduce/src/make/dependencies-basic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce') diff --git a/reproduce/src/make/dependencies-basic.mk b/reproduce/src/make/dependencies-basic.mk index c8babe1..72f021f 100644 --- a/reproduce/src/make/dependencies-basic.mk +++ b/reproduce/src/make/dependencies-basic.mk @@ -383,7 +383,7 @@ $(ibdir)/grep: $(tdir)/grep-$(grep-version).tar.xz \ $(ibdir)/ls: $(tdir)/coreutils-$(coreutils-version).tar.xz \ $(ilidir)/openssl # Coreutils will use the hashing features of OpenSSL's `libcrypto'. - $(call gbuild, $<, coreutils-$(coreutils-version), static, + $(call gbuild, $<, coreutils-$(coreutils-version), static, \ --with-openssl) $(ibdir)/pkg-config: $(tdir)/pkg-config-$(pkgconfig-version).tar.gz \ -- cgit v1.2.1