libelf:use self hosted m4.

Change-Id: Ia836aa6c43d7ccbb02047e63424923fdc74eb42d
This commit is contained in:
Kees Jongenburger 2013-04-24 11:04:28 +02:00
parent dca81e0581
commit 988c7e39c0

View file

@ -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}