From: Florian Fainelli Date: Wed, 3 Oct 2007 09:44:16 +0000 (+0000) Subject: Do not override CXX by using Build/Compile/Default, thanks {Nico} X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9900fde42f013e328ea5d1f14eb721a1499bfb07;p=openwrt%2Fsvn-archive%2Fpackages.git Do not override CXX by using Build/Compile/Default, thanks {Nico} SVN-Revision: 9111 --- diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile index 1e75f0a8d..34d893594 100644 --- a/lang/urbi/Makefile +++ b/lang/urbi/Makefile @@ -38,10 +38,10 @@ CONFIGURE_VARS += \ EXAMPLES=0 \ define Build/Compile - $(call Build/Compile/Default,\ + $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - all install \ - ) + all install endef define Build/InstallDev