aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/gmp/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-05 01:54:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-05 01:54:36 +0000
commit6ec3757faa3d4eff849ac519ba0ee50d1bdfef8f (patch)
tree0a1739976457dc8290c9fde5bb835c89f34b4970 /openwrt/package/gmp/Makefile
parent4d09cb0846c8f5ae33d1b9d148a4cec249fc24af (diff)
downloadupstream-6ec3757faa3d4eff849ac519ba0ee50d1bdfef8f.tar.gz
upstream-6ec3757faa3d4eff849ac519ba0ee50d1bdfef8f.tar.bz2
upstream-6ec3757faa3d4eff849ac519ba0ee50d1bdfef8f.zip
install gmp to staging_dir
SVN-Revision: 564
Diffstat (limited to 'openwrt/package/gmp/Makefile')
-rw-r--r--openwrt/package/gmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/gmp/Makefile b/openwrt/package/gmp/Makefile
index d611438cc1..f32d988115 100644
--- a/openwrt/package/gmp/Makefile
+++ b/openwrt/package/gmp/Makefile
@@ -47,6 +47,7 @@ $(PKG_BUILD_DIR)/.libs/libgmp.so: $(PKG_BUILD_DIR)/.configured
$(PKG_IPK): $(PKG_BUILD_DIR)/.libs/libgmp.so
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
+ $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(STAGING_DIR)" install
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_IPK_DIR)" install
rm $(PKG_IPK_DIR)/usr/lib/*.la
rm $(PKG_IPK_DIR)/usr/lib/*.a