summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-03-12 04:44:09 +0000
committerobrien <obrien@FreeBSD.org>2009-03-12 04:44:09 +0000
commitbd84277ca7df76579d3a85d3e8e376772404f838 (patch)
tree416452bf6ef3a00c534b84af4569d91a79a80d96 /lib/libelf
parentefbcaa065bf4baa5db7bdde51bf378f1d5d04dac (diff)
downloadFreeBSD-src-bd84277ca7df76579d3a85d3e8e376772404f838.zip
FreeBSD-src-bd84277ca7df76579d3a85d3e8e376772404f838.tar.gz
Don't need to set symbol, default value is OK.
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 0af640c..b22148d 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
OpenPOWER on IntegriCloud