diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-03 16:22:43 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-03 16:22:43 +0000 |
commit | 3ed9b6a1a22f5775f75316de34fb8a10d0580570 (patch) | |
tree | 02857c64238a766e40d453cbc084eb7f91d50667 /reproduce/src/make/dependencies-basic.mk | |
parent | c53e71a29fcd66ad7956060088230173b7dfba17 (diff) |
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.
Diffstat (limited to 'reproduce/src/make/dependencies-basic.mk')
-rw-r--r-- | reproduce/src/make/dependencies-basic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |