Changeset 260

Show
Ignore:
Timestamp:
07/17/06 02:36:00 (2 years ago)
Author:
tg
Message:

just always build sed *sigh*
the test fails more often than the actual build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/sed/Makefile

    r246 r260  
    1414SED_TARGET_BINARY:=bin/sed 
    1515SED_CPPFLAGS=-D_FILE_OFFSET_BITS=64 
    16 HOST_SED_TARGET=$(shell ./sedcheck.sh) 
    1716 
    1817$(DL_DIR)/$(PKG_SOURCE): 
     
    6261prepare:  
    6362compile:  
    64 install: $(HOST_SED_TARGET) 
     63install: build-sed-host-binary 
    6564clean:  
    6665        rm -rf $(SED_DIR)