aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-03-12 04:44:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-03-12 04:44:09 +0000
commit449c70725e3df4281f3b970d80106b61f96f974c (patch)
tree416452bf6ef3a00c534b84af4569d91a79a80d96 /lib/libelf
parent2c964f43b6942c615de5527ab0203b8057d4f0ef (diff)
downloadsrc-449c70725e3df4281f3b970d80106b61f96f974c.tar.gz
src-449c70725e3df4281f3b970d80106b61f96f974c.zip
Don't need to set symbol, default value is OK.
Notes
Notes: svn path=/head/; revision=189721
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 0af640c95b8a..b22148d59713 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -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