network/utils/resolveip: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
		 Alexandru Ardelean
					Alexandru Ardelean
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							964f8bc4e5
						
					
				
				
					commit
					808a618bc4
				
			| @@ -28,11 +28,6 @@ define Package/resolveip/description | |||||||
|  runtime in case of slow or defunct DNS servers. |  runtime in case of slow or defunct DNS servers. | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Build/Prepare |  | ||||||
| 	$(INSTALL_DIR) $(PKG_BUILD_DIR) |  | ||||||
| 	$(INSTALL_DATA) ./src/resolveip.c $(PKG_BUILD_DIR)/ |  | ||||||
| endef |  | ||||||
|  |  | ||||||
| define Build/Compile | define Build/Compile | ||||||
| 	$(TARGET_CC) $(TARGET_CFLAGS) -Wall \ | 	$(TARGET_CC) $(TARGET_CFLAGS) -Wall \ | ||||||
| 		-o $(PKG_BUILD_DIR)/resolveip $(PKG_BUILD_DIR)/resolveip.c | 		-o $(PKG_BUILD_DIR)/resolveip $(PKG_BUILD_DIR)/resolveip.c | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user