projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2ce12
)
libs/gettext: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:22:45 +0000
(09:22 +0300)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/libs/gettext/Makefile
b/package/libs/gettext/Makefile
index 1672b478f16838a1e5b62b8ea52d4d3cf21859a9..b0233309e27eae98ce489d5c260a905897b8ad27 100644
(file)
--- a/
package/libs/gettext/Makefile
+++ b/
package/libs/gettext/Makefile
@@
-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