Changeset 1535

Show
Ignore:
Timestamp:
05/01/06 00:53:18 (6 years ago)
Author:
kelmo
Message:

Now the HAL no longer requires decoding, the check for uudecode is
not required.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r1511 r1535  
    129129        fi 
    130130         
    131         @# see if uudecode is available 
    132         @if [ -z "$(UUDECODE)" ]; then \ 
    133             echo "FAILED"; \ 
    134             echo "The 'uudecode' tool was not found on your system. Please make sure"; \ 
    135             echo "it is installed in your PATH, then try again."; \ 
    136             exit 1; \ 
    137         fi 
    138          
    139131        @echo "ok." 
    140132 
  • trunk/Makefile.inc

    r1477 r1535  
    162162NM=             nm 
    163163AWK=            awk 
    164 UUDECODE ?= $(shell which uudecode 2>/dev/null) 
    165  
    166164 
    167165#