Update of /cvsroot/leaf/src/bering-uclibc4/source/libnl
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24962

Modified Files:
        buildtool.mk 
Log Message:
include fixes


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/libnl/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk        9 Aug 2010 11:02:10 -0000       1.4
--- buildtool.mk        9 Aug 2010 12:35:34 -0000       1.5
***************
*** 12,21 ****
                          
  $(LIBNL_DIR)/.configured: $(LIBNL_DIR)/.source
!       (cd $(LIBNL_DIR) ; CFLAGS="$(BT_COPT_FLAGS)" CC=$(TARGET_CC) 
LD=$(TARGET_LD) ./configure)
        touch $(LIBNL_DIR)/.configured
                                                                   
  $(LIBNL_DIR)/.build: $(LIBNL_DIR)/.configured
        mkdir -p $(LIBNL_TARGET_DIR)
!       make -C $(LIBNL_DIR) all
        $(BT_STRIP)  --strip-unneeded $(LIBNL_DIR)/lib/libnlso.1.1 
        mkdir -p $(LIBNL_TARGET_DIR)/usr/lib
--- 12,21 ----
                          
  $(LIBNL_DIR)/.configured: $(LIBNL_DIR)/.source
!       (cd $(LIBNL_DIR) ; CFLAGS="$(BT_COPT_FLAGS) 
-I$(BT_STAGING_DIR)/include" CC=$(TARGET_CC) LD=$(TARGET_LD) ./configure)
        touch $(LIBNL_DIR)/.configured
                                                                   
  $(LIBNL_DIR)/.build: $(LIBNL_DIR)/.configured
        mkdir -p $(LIBNL_TARGET_DIR)
!       DEPFLAGS="-I$(BT_STAGING_DIR)/include" make -C $(LIBNL_DIR) all
        $(BT_STRIP)  --strip-unneeded $(LIBNL_DIR)/lib/libnlso.1.1 
        mkdir -p $(LIBNL_TARGET_DIR)/usr/lib


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to