From: Kees Jongenburger Date: Wed, 24 Apr 2013 09:04:28 +0000 (+0200) Subject: libelf:use self hosted m4. X-Git-Tag: v3.3.0~1002 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-settime.html?a=commitdiff_plain;h=988c7e39c00aa0e526062109a8bc3ae846ddf10b;p=minix.git libelf:use self hosted m4. Change-Id: Ia836aa6c43d7ccbb02047e63424923fdc74eb42d --- 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}