=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/usr.bin/make/Makefile 2016/10/14 09:27:21 1.61 --- src/usr.bin/make/Makefile 2017/07/19 10:19:25 1.62 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.61 2016/10/14 09:27:21 natano Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.62 2017/07/19 10:19:25 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} *************** *** 27,33 **** CLEANFILES+= varhashconsts.h condhashconsts.h nodehashconsts.h - beforedepend: varhashconsts.h condhashconsts.h nodehashconsts.h # may need tweaking if you add variable synonyms or change the hash function MAGICVARSLOTS=82 MAGICCONDSLOTS=65 --- 27,32 ---- *************** *** 52,58 **** regress: check ${.OBJDIR}/check - # kludge for people who forget to make depend var.o: varhashconsts.h cond.o: condhashconsts.h targ.o parse.o: nodehashconsts.h --- 51,56 ----