Show
Ignore:
Timestamp:
01/18/09 14:12:42 (3 years ago)
Author:
root
Message:

About time to commit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • floppyfw/package/iproute2/iproute2.mk

    r251 r259  
    5959                install 
    6060        -$(SSTRIP) $(IPROUTE2_PKG_DIR)/sbin/* 
    61         -$(RM) -r $(IPROUTE2_PKG_DIR)$(TMP_DIR) 
     61        -$(RM) -r $(IPROUTE2_PKG_DIR)/$(TMP_DIR)/* 
    6262        $(RM) $(IPROUTE2_PKG_DIR)/sbin/ip 
    6363        $(RM) $(IPROUTE2_PKG_DIR)/sbin/tc 
     
    7878iproute2-clean: 
    7979        -$(MAKE) -C $(IPROUTE2_DIR) clean 
    80         $(RM) -r $(IPROUTE2_PKG_DIR) 
    8180 
    8281iproute2-dirclean: 
    8382        $(RM) -r $(IPROUTE2_DIR) 
    84         $(RM) -r $(IPROUTE2_PKG_DIR) 
    8583 
    8684#############################################################