=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/make/Makefile 2000/06/23 16:39:45 1.18 --- src/usr.bin/make/Makefile 2000/06/25 20:31:08 1.19 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.18 2000/06/23 16:39:45 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} -Wall -Wno-char-subscripts -Wno-unused -Wstrict-prototypes#-Wmissing-prototypes -Wstrict-prototypes --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.19 2000/06/25 20:31:08 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} -Wall -Wno-char-subscripts -Wno-unused -Wstrict-prototypes#-Wmissing-prototypes -Wstrict-prototypes *************** *** 33,38 **** --- 33,39 ---- ranlib $@ CLEANFILES+=${LIBOBJS} libohash.a + CLEANFILES+= hashconsts.h generate.o generate beforedepend: hashconsts.h # may need tweaking if you add variable synonyms or change the hash function *************** *** 45,51 **** ${CC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD} # kludge for people who forget to make depend ! ${.CURDIR}/var.c: hashconsts.h .if make(install) SUBDIR+= PSD.doc --- 46,52 ---- ${CC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD} # kludge for people who forget to make depend ! var.o: hashconsts.h .if make(install) SUBDIR+= PSD.doc