From e628f2910c04ae8f7039cc6308ef04d2fb41d182 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 18 Sep 2001 04:04:55 +0000 Subject: correctly brandelf linux binaries --- devel/understand_c/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/understand_c') diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile index 0ccbda883580..f6187dc59742 100644 --- a/devel/understand_c/Makefile +++ b/devel/understand_c/Makefile @@ -22,6 +22,7 @@ NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip +BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt CONF_DIRS= compilers configs fonts license @@ -100,6 +101,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/understand_c/bin/pc-linux_elf @${STRIP} ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} + @${BRANDELF} -t Linux ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf understand_c ${PREFIX}/bin/${file} ; \ -- cgit v1.2.3