Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/lua/libm Correct path for libm.



details:   https://anonhg.NetBSD.org/src/rev/ca2b82ff82ae
branches:  trunk
changeset: 372403:ca2b82ff82ae
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Nov 22 15:41:04 2022 +0000

description:
Correct path for libm.

diffstat:

 lib/lua/libm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 1452368380d7 -r ca2b82ff82ae lib/lua/libm/Makefile
--- a/lib/lua/libm/Makefile     Tue Nov 22 14:55:52 2022 +0000
+++ b/lib/lua/libm/Makefile     Tue Nov 22 15:41:04 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/11/21 22:01:33 christos Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/22 15:41:04 rin Exp $
 
 LUA_MODULES     = libm
 LUA_SRCS.libm   = libm.c
-LUA_DPLIBS     += m /usr/lib
+LUA_DPLIBS     += m ${.CURDIR}/../../libm
 
 .include <bsd.lua.mk>



Home | Main Index | Thread Index | Old Index