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

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

Author: biurrun
Date: Fri Nov 27 19:02:59 2009
New Revision: 1879

Log:
Remove weird and ineffectual configuration step that just prints variables.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Fri Nov 27 19:01:31 2009        (r1878)
+++ trunk/openwrt/package/pisa/Makefile Fri Nov 27 19:02:59 2009        (r1879)
@@ -31,8 +31,6 @@
 CONFIGURE_VARS += CPPFLAGS="$$$$CPPFLAGS 
-I$(STAGING_DIR)/usr/include/libconfig -I$(PKG_BUILD_DIR)/include"
 
 define Build/Configure
-       $(CONFIGURE_VARS);
-
        $(call Build/Configure/Default, --enable-shared 
--host=$(GNU_TARGET_NAME) --target=$(GNU_TARGET_NAME));
 endef
 

Other related posts:

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