From: Milinda Brantini Date: Sun, 29 Sep 2024 16:01:34 +0000 (+0800) Subject: ctop: Drop unused variable X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=88a01c4ce3975976f4ad871e2bd03e57cf5c386f;p=feed%2Fpackages.git ctop: Drop unused variable Co-authored-by: Tianling Shen Signed-off-by: Milinda Brantini --- diff --git a/utils/ctop/Makefile b/utils/ctop/Makefile index 09b8722b0b..e6122f0d86 100644 --- a/utils/ctop/Makefile +++ b/utils/ctop/Makefile @@ -37,7 +37,6 @@ MAKE_PATH:=$(GO_PKG_WORK_DIR_NAME)/build/src/$(GO_PKG) MAKE_VARS += \ GOPATH=$(GO_PKG_BUILD_DIR) \ GOCACHE=$(GO_BUILD_CACHE_DIR) \ - GOROOT_FINAL=$(GO_TARGET_ROOT) \ CC="$(TARGET_CC)" \ CXX="$(TARGET_CXX)" \ $(GO_PKG_VARS)