Module Name: src
Committed By: christos
Date: Mon Sep 23 13:00:47 UTC 2024
Modified Files:
src/lib: Makefile
Log Message:
Handle multiple versions of jemalloc
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.301 src/lib/Makefile:1.302
--- src/lib/Makefile:1.301 Wed Aug 28 07:54:43 2024
+++ src/lib/Makefile Mon Sep 23 09:00:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.301 2024/08/28 11:54:43 christos Exp $
+# $NetBSD: Makefile,v 1.302 2024/09/23 13:00:46 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -92,7 +92,7 @@ SUBDIR+= ../external/mit/expat/lib
SUBDIR+= ../external/gpl2/libmalloc
-SUBDIR+= ../external/bsd/jemalloc/lib
+SUBDIR+= ../external/bsd/${EXTERNAL_JEMALLOC_SUBDIR}/lib
.if (${MKGCC} != "no")
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc