diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-04-25 11:47:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-04-25 11:47:44 +0000 |
commit | c98f063d8c2bda3663795ac8304186311e9fee9f (patch) | |
tree | b3994a4ea5aab10ea48dcc108bdee07f23875763 | |
parent | 7539f184723f3431041d2260da031bef1a7afe63 (diff) |
same hack for .ln as .o
-rw-r--r-- | usr.bin/make/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index ec978185666..eb84dd5b781 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -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 @@ regress: check # 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 |