1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

libs/gettext: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2016-10-06 09:22:45 +03:00 committed by John Crispin
parent 9f2ce12fff
commit fb789c4821

View File

@ -24,11 +24,6 @@ define Package/libintl
TITLE:=Stub header for the GNU Internationalization library
endef
define Build/Prepare
$(INSTALL_DIR) $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Build/Configure
endef