From 808a618bc49f932ed1e59e5ac55d9c1371b1746c Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 6 Oct 2016 09:27:27 +0300 Subject: [PATCH] network/utils/resolveip: drop Build/Prepare rule in favor of default one Signed-off-by: Alexandru Ardelean --- package/network/utils/resolveip/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/network/utils/resolveip/Makefile b/package/network/utils/resolveip/Makefile index fc6da4e12f..ab5d4eada2 100644 --- a/package/network/utils/resolveip/Makefile +++ b/package/network/utils/resolveip/Makefile @@ -28,11 +28,6 @@ define Package/resolveip/description runtime in case of slow or defunct DNS servers. endef -define Build/Prepare - $(INSTALL_DIR) $(PKG_BUILD_DIR) - $(INSTALL_DATA) ./src/resolveip.c $(PKG_BUILD_DIR)/ -endef - define Build/Compile $(TARGET_CC) $(TARGET_CFLAGS) -Wall \ -o $(PKG_BUILD_DIR)/resolveip $(PKG_BUILD_DIR)/resolveip.c -- 2.30.2