libs/gettext: drop Build/Prepare rule in favor of default one
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:22:45 +0000 (09:22 +0300)
committerJohn Crispin <john@phrozen.org>
Sat, 15 Oct 2016 09:36:52 +0000 (11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/libs/gettext/Makefile

index 1672b478f16838a1e5b62b8ea52d4d3cf21859a9..b0233309e27eae98ce489d5c260a905897b8ad27 100644 (file)
@@ -24,11 +24,6 @@ define Package/libintl
   TITLE:=Stub header for the GNU Internationalization library
 endef
 
   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
 
 define Build/Configure
 endef