[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/Makefile between version 1.65 and 1.66

version 1.65, 1998/08/22 22:06:23 version 1.66, 1998/08/27 14:11:45
Line 63  build: beforeinstall
Line 63  build: beforeinstall
         (cd ${.CURDIR}/gnu/lib/libgcc && \          (cd ${.CURDIR}/gnu/lib/libgcc && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
 .else  .else
 .if     (${MACHINE_ARCH} != "alpha") && \  .if     (${MACHINE_ARCH} != "powerpc")
         (${MACHINE_ARCH} != "powerpc")  
         (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \          (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
 .endif  .endif

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

CVSweb <webmaster@jp.NetBSD.org>