[DTrace-devel] [PATCH v2 5/9] build: the TESTDIR is relative to the LIBDIR by default
Nick Alcock
nick.alcock at oracle.com
Thu Aug 1 13:21:52 UTC 2024
If users change the LIBDIR but not the TESTDIR, the TESTDIR
is meant to follow it, but wasn't.
Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index 5903a8e355f6..e7657d466df5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -100,7 +100,7 @@ MANDIR = $(prefix)/share/man/man8
INSTMANDIR = $(DESTDIR)$(MANDIR)
PKGCONFIGDIR = $(prefix)/share/pkgconfig
INSTPKGCONFIGDIR = $(DESTDIR)$(PKGCONFIGDIR)
-TESTDIR = $(prefix)/lib$(BITNESS)/dtrace/testsuite
+TESTDIR = $(LIBDIR)/dtrace/testsuite
INSTTESTDIR = $(DESTDIR)$(TESTDIR)
TARGETS =
--
2.46.0.277.ge12b8151ed
More information about the DTrace-devel
mailing list