[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.103 and 1.104

version 1.103, 1999/12/04 03:52:28 version 1.104, 1999/12/05 22:53:53
Line 103  build: beforeinstall
Line 103  build: beforeinstall
 .endif  .endif
 .if ${MKOBJDIRS} != "no"  .if ${MKOBJDIRS} != "no"
         ${MAKE} obj          ${MAKE} obj
           (cd ${.CURDIR}/distrib && ${MAKE} obj)
 .endif  .endif
 .if empty(HAVE_GCC28)  .if empty(HAVE_GCC28)
 .if defined(DESTDIR)  .if defined(DESTDIR)

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

CVSweb <webmaster@jp.NetBSD.org>