From 02cefc8ec7c992e3c9779a879eeeda0d24c5c53f Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 18 Mar 2022 12:04:00 +0800 Subject: [PATCH] tools: drop orphan llvm-bpf dependency Signed-off-by: Tianling Shen --- tools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 0fd94866be..960fba137a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -59,7 +59,6 @@ $(curdir)/isl/compile := $(curdir)/gmp/compile $(curdir)/libressl/compile := $(curdir)/pkgconf/compile $(curdir)/libtool/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/missing-macros/compile $(curdir)/lzma-old/compile := $(curdir)/zlib/compile -$(curdir)/llvm-bpf/compile := $(curdir)/cmake/compile $(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile $(curdir)/meson/compile := $(curdir)/ninja/compile $(curdir)/missing-macros/compile := $(curdir)/autoconf/compile