=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/make/Makefile 2004/01/28 02:50:28 1.38 +++ src/usr.bin/make/Makefile 2006/04/25 11:47:43 1.39 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2004/01/28 02:50:28 espie Exp $ +# $OpenBSD: Makefile,v 1.39 2006/04/25 11:47:43 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -49,6 +49,8 @@ # kludge for people who forget to make depend var.o: varhashconsts.h cond.o: condhashconsts.h +var.ln: varhashconsts.h +cond.ln: condhashconsts.h .if make(install) SUBDIR+= PSD.doc