From: Lars Kruse Date: Wed, 15 Apr 2020 14:12:12 +0000 (+0200) Subject: muninlite: remove unused sections from Makefile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4bddd3de87a36bd618565ad00b77272c1312efc3;p=openwrt-packages.git muninlite: remove unused sections from Makefile Signed-off-by: Lars Kruse --- diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile index 1fc106b25..39e043078 100644 --- a/admin/muninlite/Makefile +++ b/admin/muninlite/Makefile @@ -46,11 +46,4 @@ define Package/muninlite/conffiles /etc/xinetd.d/muninlite endef -define Build/Configure -endef - -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) -endef - $(eval $(call BuildPackage,muninlite))