diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2009-03-12 04:44:09 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-03-12 04:44:09 +0000 |
| commit | 449c70725e3df4281f3b970d80106b61f96f974c (patch) | |
| tree | 416452bf6ef3a00c534b84af4569d91a79a80d96 /lib/libelf | |
| parent | 2c964f43b6942c615de5527ab0203b8057d4f0ef (diff) | |
Notes
Diffstat (limited to 'lib/libelf')
| -rw-r--r-- | lib/libelf/Makefile | 2 |
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 |
