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

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

Diff for /src/lib/libc/Makefile between version 1.65 and 1.66

version 1.65, 1997/06/04 23:11:54 version 1.66, 1997/06/19 06:12:10
Line 20  AINC= -I${.CURDIR}/arch/${MACHINE_ARCH}
Line 20  AINC= -I${.CURDIR}/arch/${MACHINE_ARCH}
 .if defined(DESTDIR)  .if defined(DESTDIR)
 AINC+=  -nostdinc -idirafter ${DESTDIR}/usr/include  AINC+=  -nostdinc -idirafter ${DESTDIR}/usr/include
 .endif  .endif
 CLEANFILES+=${.CURDIR}/tags  CLEANFILES+=    ${.CURDIR}/tags ${.OBJDIR}/tags
   
 # Don't try to lint the C libarary against itself when creating llib-lc.ln  # Don't try to lint the C libarary against itself when creating llib-lc.ln
 LLIBS=  LLIBS=

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

CVSweb <webmaster@jp.NetBSD.org>