[source] network/utils/resolveip: drop Build/Prepare rule in favor of default one

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 15 02:37:55 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/808a618bc49f932ed1e59e5ac55d9c1371b1746c

commit 808a618bc49f932ed1e59e5ac55d9c1371b1746c
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Thu Oct 6 09:27:27 2016 +0300

    network/utils/resolveip: drop Build/Prepare rule in favor of default one
    
    Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
 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 fc6da4e..ab5d4ea 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



More information about the lede-commits mailing list