Date: Thu, 12 Mar 2009 04:44:09 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189721 - head/lib/libelf Message-ID: <200903120444.n2C4i9pe017079@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: obrien Date: Thu Mar 12 04:44:09 2009 New Revision: 189721 URL: http://svn.freebsd.org/changeset/base/189721 Log: Don't need to set symbol, default value is OK. Modified: head/lib/libelf/Makefile Modified: head/lib/libelf/Makefile ============================================================================== --- head/lib/libelf/Makefile Thu Mar 12 03:09:11 2009 (r189720) +++ head/lib/libelf/Makefile Thu Mar 12 04:44:09 2009 (r189721) @@ -148,7 +148,7 @@ VERSION_MAP= ${.CURDIR}/Version.map LIBELF_TEST_HOOKS?= 1 .if defined(LIBELF_TEST_HOOKS) && (${LIBELF_TEST_HOOKS} > 0) -CFLAGS+= -DLIBELF_TEST_HOOKS=1 +CFLAGS+= -DLIBELF_TEST_HOOKS .endif libelf_convert.c: elf_types.m4 libelf_convert.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903120444.n2C4i9pe017079>