[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/Makefile between version 1.35 and 1.36

version 1.35, 2002/06/11 21:12:11 version 1.36, 2002/07/25 18:40:24
Line 38 
Line 38 
         ${.OBJDIR}/generate 2 ${MAGICCONDSLOTS} >${.TARGET}          ${.OBJDIR}/generate 2 ${MAGICCONDSLOTS} >${.TARGET}
   
 generate: generate.c stats.c memory.c  generate: generate.c stats.c memory.c
         ${HOSTCC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}          ${HOSTCC} ${LDSTATIC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}
   
 check: regress.o str.o memory.o buf.o  check: regress.o str.o memory.o buf.o
         ${CC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}          ${CC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36