Changeset 237

Show
Ignore:
Timestamp:
07/16/06 21:40:45 (6 years ago)
Author:
tg
Message:

the macintosh never ceases to amaze me... csh(1) which...

Files:

Legend:

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

    r228 r237  
    103103        @mkdir lbin 
    104104        @if which gmake >/dev/null 2>&1; then \ 
    105                 ln -s $$(which gmake) lbin/gmake; \ 
     105                ln -s $$(which gmake) lbin/gmake 2>/dev/null || \ 
     106                    ln -s /usr/bin/make lbin/gmake; \ 
    106107        else \ 
    107108                ln -s $$(which make) lbin/gmake; \