projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f38e5
)
fix getext libtool fsckups
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Sep 2008 12:08:51 +0000
(12:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Sep 2008 12:08:51 +0000
(12:08 +0000)
SVN-Revision: 12456
libs/gettext/Makefile
patch
|
blob
|
history
diff --git
a/libs/gettext/Makefile
b/libs/gettext/Makefile
index 8121ab0474e541bd05e2fe3f53c3c119d48cc09e..c01303fe360ae1a0f1e9dc2bd863b3fc9e76a889 100644
(file)
--- a/
libs/gettext/Makefile
+++ b/
libs/gettext/Makefile
@@
-43,7
+43,11
@@
CONFIGURE_ARGS += \
--without-emacs
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
+ $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all
+endef
+
+define Build/Install
+ $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
endef
define Build/InstallDev