aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2016-10-06 09:27:27 +0300
committerJohn Crispin <john@phrozen.org>2016-10-15 11:36:52 +0200
commit808a618bc49f932ed1e59e5ac55d9c1371b1746c (patch)
treea91bf90f32e3392677e184360845015e4b7d9cb5 /package/network
parent964f8bc4e53830d849f37ee01bf48040d8bf280f (diff)
downloadupstream-808a618bc49f932ed1e59e5ac55d9c1371b1746c.tar.gz
upstream-808a618bc49f932ed1e59e5ac55d9c1371b1746c.tar.bz2
upstream-808a618bc49f932ed1e59e5ac55d9c1371b1746c.zip
network/utils/resolveip: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/resolveip/Makefile5
1 files changed, 0 insertions, 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