From 988c7e39c00aa0e526062109a8bc3ae846ddf10b Mon Sep 17 00:00:00 2001 From: Kees Jongenburger Date: Wed, 24 Apr 2013 11:04:28 +0200 Subject: [PATCH] libelf:use self hosted m4. Change-Id: Ia836aa6c43d7ccbb02047e63424923fdc74eb42d --- lib/libelf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index 950233e28..b6bb20c6a 100644 --- a/lib/libelf/Makefile +++ b/lib/libelf/Makefile @@ -167,4 +167,4 @@ INCSDIR= /usr/include # Keep the .SUFFIXES line after the include of bsd.lib.mk .SUFFIXES: .m4 .c .m4.c: - m4 -D SRCDIR=${.CURDIR} ${.IMPSRC} > ${.TARGET} + ${TOOL_M4} -D SRCDIR=${.CURDIR} ${.IMPSRC} > ${.TARGET} -- 2.44.0