The branch main has been updated by sjg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=85d6747a694a6da2619e9f627d005a0aee87dd34

commit 85d6747a694a6da2619e9f627d005a0aee87dd34
Author:     Simon J. Gerraty <s...@freebsd.org>
AuthorDate: 2021-02-15 18:05:00 +0000
Commit:     Simon J. Gerraty <s...@freebsd.org>
CommitDate: 2021-02-15 18:05:00 +0000

    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 8c4cb659e1d8..9960f0ceeb2d 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
 
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to