[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.69 and 1.70

version 1.69, 1998/10/07 02:35:38 version 1.70, 1998/10/15 02:50:00
Line 89  build: beforeinstall
Line 89  build: beforeinstall
         (cd ${.CURDIR}/domestic/lib && \          (cd ${.CURDIR}/domestic/lib && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
 .endif  .endif
   .if !defined(DESTDIR)
           ldconfig -m /usr/lib
   .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
 .if defined(USE_EGCS)  .if defined(USE_EGCS)
 .if defined(DESTDIR) && (${HAVE_GCC28} == "")  .if defined(DESTDIR) && (${HAVE_GCC28} == "")

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

CVSweb <webmaster@jp.NetBSD.org>