diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-06-12 12:40:02 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-06-12 12:40:27 +0200 |
commit | d45baa860ffc79ae1cf68fceb94990e39bb06bab (patch) | |
tree | 235aecf040985e94d81f0905d316b9c670e13c8a /tools/Makefile | |
parent | 0c7c24d40aedcee25d5243e25a87d38246be128b (diff) | |
download | upstream-d45baa860ffc79ae1cf68fceb94990e39bb06bab.tar.gz upstream-d45baa860ffc79ae1cf68fceb94990e39bb06bab.tar.bz2 upstream-d45baa860ffc79ae1cf68fceb94990e39bb06bab.zip |
tools: fix dependencies of cmake packages
Make cmake depend on ninja, so that other cmake based tools also depend on it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 47a82fd237..dccf298af6 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -43,7 +43,7 @@ $(curdir)/b43-tools/compile := $(curdir)/bison/compile $(curdir)/bc/compile := $(curdir)/bison/compile $(curdir)/libtool/compile $(curdir)/bison/compile := $(curdir)/flex/compile $(curdir)/cbootimage/compile += $(curdir)/automake/compile -$(curdir)/cmake/compile += $(curdir)/libressl/compile +$(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile $(curdir)/dosfstools/compile := $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile $(curdir)/fakeroot/compile := $(curdir)/libtool/compile |