From 85d6747a694a6da2619e9f627d005a0aee87dd34 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 15 Feb 2021 10:05:00 -0800 Subject: [PATCH] bsd.links.mk wants full paths The values in LINKS need to be full paths. --- usr.bin/bmake/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc index 8c4cb659e1d..9960f0ceeb2 100644 --- a/usr.bin/bmake/Makefile.inc +++ b/usr.bin/bmake/Makefile.inc @@ -9,7 +9,7 @@ .if exists(${.CURDIR}/tests) PROG= make -LINKS= make bmake +LINKS= ${BINDIR}/make ${BINDIR}/bmake MLINKS= ${MAN} b${MAN} .endif