[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.prog.mk between version 1.23 and 1.24

version 1.23, 2001/01/31 06:41:18 version 1.24, 2001/07/18 13:23:03
Line 10 
Line 10 
   
 .SUFFIXES: .out .o .c .cc .C .cxx .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0  .SUFFIXES: .out .o .c .cc .C .cxx .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0
   
   .if ${WARNINGS:L} == "yes"
   CFLAGS+=       ${CDIAGFLAGS}
   CXXFLAGS+=     ${CXXDIAGFLAGS}
   .endif
 CFLAGS+=        ${COPTS}  CFLAGS+=        ${COPTS}
   CXXFLAGS+=     ${CXXOPTS}
   
 .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha")  .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha")
 CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o  CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24