=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.53 retrieving revision 1.54 diff -c -r1.53 -r1.54 *** src/usr.bin/make/Makefile 2012/09/21 07:55:20 1.53 --- src/usr.bin/make/Makefile 2012/09/21 10:01:52 1.54 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.53 2012/09/21 07:55:20 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.54 2012/09/21 10:01:52 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} *************** *** 57,65 **** var.o: varhashconsts.h cond.o: condhashconsts.h targ.o parse.o: nodehashconsts.h - var.ln: varhashconsts.h - cond.ln: condhashconsts.h - targ.ln parse.ln: nodehashconsts.h .PHONY: regress --- 57,62 ----