[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.18 and 1.19

version 1.18, 2000/06/23 16:39:45 version 1.19, 2000/06/25 20:31:08
Line 33 
Line 33 
         ranlib $@          ranlib $@
   
 CLEANFILES+=${LIBOBJS} libohash.a  CLEANFILES+=${LIBOBJS} libohash.a
   CLEANFILES+= hashconsts.h generate.o generate
   
 beforedepend: hashconsts.h  beforedepend: hashconsts.h
 # may need tweaking if you add variable synonyms or change the hash function  # may need tweaking if you add variable synonyms or change the hash function
Line 45 
Line 46 
         ${CC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}          ${CC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}
   
 # kludge for people who forget to make depend  # kludge for people who forget to make depend
 ${.CURDIR}/var.c: hashconsts.h  var.o: hashconsts.h
   
 .if make(install)  .if make(install)
 SUBDIR+= PSD.doc  SUBDIR+= PSD.doc

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19