svn commit: r189721 - head/lib/libelf

David E. O'Brien obrien at FreeBSD.org
Wed Mar 11 21:44:10 PDT 2009


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


More information about the svn-src-head mailing list