Changeset 2206

Show
Ignore:
Timestamp:
03/20/07 14:48:52 (2 years ago)
Author:
tg
Message:

hopefully fix breakage introduced for people who do menuconfig first

Files:

Legend:

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

    r2204 r2206  
    3030 
    3131install-lbin: 
    32         rm -f ${TOPDIR}/lbin/gmake 
    3332        if [ -e ${STAGING_DIR}/bin/gmake ]; then \ 
     33                rm -f ${TOPDIR}/lbin/gmake; \ 
    3434                cp ${STAGING_DIR}/bin/gmake ${TOPDIR}/lbin/gmake; \ 
    3535        fi