From 307b0904bce3c70a5a43519519ce89318452bbf8 Mon Sep 17 00:00:00 2001 From: Hang Zhao Date: Wed, 15 Mar 2023 15:03:45 +0800 Subject: [PATCH] update configure Signed-off-by: Hang Zhao --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0234b74c..002b8225 100755 --- a/configure +++ b/configure @@ -202,7 +202,7 @@ if [ $disable_libbpf = "YES" ]; then fi if [ $enable_all = "yes" ]; then -target_files=$(grep -nrw "target :=" $(pwd)/source/tools/ | grep -vwE $disable_list | awk -F ":" '{print $1}') | grep "Makefile" +target_files=$(grep -nrw "target :=" $(pwd)/source/tools/ | grep -vwE $disable_list | awk -F ":" '{print $1}' | grep "Makefile") fi for file in $target_files;do -- Gitee