Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/scripts/Makefile.host

    r1765 r2725  
    100100quiet_cmd_host-csingle  = HOSTCC  $@
    101101      cmd_host-csingle  = $(HOSTCC) $(hostc_flags) -o $@ $< \
    102         $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
     102              $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
    103103$(host-csingle): %: %.c FORCE
    104104    $(call if_changed_dep,host-csingle)
     
    154154targets += $(host-csingle)  $(host-cmulti) $(host-cobjs)\
    155155       $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs)
    156 
Note: See TracChangeset for help on using the changeset viewer.