From 77fc8875edc76b6483b6bf22e97467636d5460e0 Mon Sep 17 00:00:00 2001 From: ElonH Date: Thu, 27 Feb 2020 10:02:38 +0800 Subject: [PATCH] tcping-simple: type fix --- package/ctcgfw/tcping-simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ctcgfw/tcping-simple/Makefile b/package/ctcgfw/tcping-simple/Makefile index e05e880358..8962f1312a 100644 --- a/package/ctcgfw/tcping-simple/Makefile +++ b/package/ctcgfw/tcping-simple/Makefile @@ -44,7 +44,7 @@ define Build/Prepare endef define Build/Compile - $(TARGET_CROSS)gcc $(PKG_BUILD_DIR)/$(PKG_SOURCE) -o $(PKG_BUILD_DIR)/tcping + $(TARGET_CROSS)gcc $(PKG_BUILD_DIR)/$(PKG_SOURCE) -o $(PKG_BUILD_DIR)/tcping-simple endef define Build/Install