diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2019-03-02 14:46:57 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-03-03 19:45:10 +0100 |
commit | ac3bae907fc2bc648b4b40b0df1f325b72ae24c3 (patch) | |
tree | 9528302bc49886694a10fc60ab563b9d356e15a2 /tools/Makefile | |
parent | 33201a3ad1087d107a8a66b4e2a73019021e2628 (diff) | |
download | upstream-ac3bae907fc2bc648b4b40b0df1f325b72ae24c3.tar.gz upstream-ac3bae907fc2bc648b4b40b0df1f325b72ae24c3.tar.bz2 upstream-ac3bae907fc2bc648b4b40b0df1f325b72ae24c3.zip |
tools/squashfskit: fix version detection on non-linux system
gnu date is present in our staging_dir which means squashfskit will fail
to build. Prevent also a race condition if coreutils is build after
squashfskit.
To prevent a race condition, depend on coreutils.
Acked-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index d9f92d5bd0..83ed56db97 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -44,7 +44,7 @@ $(curdir)/bison/compile := $(curdir)/flex/compile $(curdir)/flex/compile := $(curdir)/libtool/compile $(curdir)/libtool/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/missing-macros/compile $(curdir)/squashfs/compile := $(curdir)/lzma-old/compile -$(curdir)/squashfskit4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile +$(curdir)/squashfskit4/compile := $(curdir)/coreutils/compile $(curdir)/xz/compile $(curdir)/zlib/compile $(curdir)/quilt/compile := $(curdir)/autoconf/compile $(curdir)/findutils/compile $(curdir)/autoconf/compile := $(curdir)/m4/compile $(curdir)/automake/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/pkg-config/compile $(curdir)/xz/compile |