[pisa-src] r1880 - trunk/openwrt/package/pisa/Makefile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 19:06:04 +0100

Author: biurrun
Date: Fri Nov 27 19:06:03 2009
New Revision: 1880

Log:
Do not export CONFIGURE_VARS to the make invocation; it is pointless.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Fri Nov 27 19:02:59 2009        (r1879)
+++ trunk/openwrt/package/pisa/Makefile Fri Nov 27 19:06:03 2009        (r1880)
@@ -35,7 +35,7 @@
 endef
 
 define Build/Compile
-       $(CONFIGURE_VARS) $(MAKE) -C $(PKG_BUILD_DIR);
+       $(MAKE) -C $(PKG_BUILD_DIR);
 
        $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" 
INSTALL="install -c" install
 endef

Other related posts:

  • » [pisa-src] r1880 - trunk/openwrt/package/pisa/Makefile - Diego Biurrun