From 28f39b68f203591d132294ba3827f0f816d80978 Mon Sep 17 00:00:00 2001 From: lars Date: Tue, 2 Sep 2008 02:25:19 +0000 Subject: [PATCH] Fix libart build. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12486 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libart/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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