From 45ef93e010a7c95ce718c949b933a6e0f70b3be6 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 2 Sep 2008 02:25:19 +0000 Subject: [PATCH] Fix libart build. SVN-Revision: 12486 --- 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 -- 2.30.2