From: lars Date: Tue, 2 Sep 2008 02:25:19 +0000 (+0000) Subject: Fix libart build. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=28f39b68f203591d132294ba3827f0f816d80978;p=packages.git Fix libart build. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12486 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libart/Makefile b/libs/libart/Makefile index 84cf5467f..69555d604 100644 --- a/libs/libart/Makefile +++ b/libs/libart/Makefile @@ -43,12 +43,11 @@ define Build/Configure --enable-shared \ --enable-static \ , \ - HOSTCC="$(HOSTCC)" \ ) endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) + $(MAKE) -C $(PKG_BUILD_DIR) HOSTCC="$(HOSTCC)" $(MAKE) -C $(PKG_BUILD_DIR) install DESTDIR="$(PKG_INSTALL_DIR)" endef