[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src

Diff for /src/Makefile between version 1.64 and 1.65

version 1.64, 2001/01/27 01:59:43 version 1.65, 2001/03/28 22:52:22
Line 176 
Line 176 
             --prefix ${CROSSDIR}/usr \              --prefix ${CROSSDIR}/usr \
             --disable-nls --disable-gdbtk --disable-commonbfdlib \              --disable-nls --disable-gdbtk --disable-commonbfdlib \
             --target `cat ${CROSSDIR}/TARGET_CANON` && \              --target `cat ${CROSSDIR}/TARGET_CANON` && \
             ${MAKE} CFLAGS=${CFLAGS} && ${MAKE} install && \              ${MAKE} CFLAGS=${CFLAGS} && ${MAKE} install ) && \
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 \
             ${.CURDIR}/usr.bin/lorder/lorder.sh \              ${.CURDIR}/usr.bin/lorder/lorder.sh \
             ${CROSSDIR}/usr/bin/lorder              ${CROSSDIR}/usr/bin/lorder

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65