changes for r4037

This commit is contained in:
christos 2024-03-03 17:37:58 +00:00
parent 5ac3bc719c
commit 345cf9fb81
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2022/05/01 17:25:19 jkoshy Exp $
# $NetBSD: Makefile,v 1.3 2024/03/03 17:37:58 christos Exp $
HOSTLIB=dwarf
@ -73,6 +73,7 @@ COMPATLIB_NO_LIB= yes # only the include files, not the library
LIBDWARF_OBJDIR!= cd ${.CURDIR} && ${PRINTOBJDIR}
CPPFLAGS+= -DBUILTIN_ELF_HEADERS
CPPFLAGS+= -I${.CURDIR}/../../compat
CPPFLAGS+= -I${.CURDIR}/../../common
CPPFLAGS+= -I${LIBDWARF_OBJDIR}/../common

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2022/04/18 14:11:44 jkoshy Exp $
# $NetBSD: Makefile,v 1.2 2024/03/03 17:37:58 christos Exp $
HOSTLIB= elf
@ -37,6 +37,7 @@ SRCS= elf_begin.c \
libelf_checksum.c \
libelf_data.c \
libelf_ehdr.c libelf_extended.c \
libelf_elfmachine.c \
libelf_memory.c \
libelf_open.c \
libelf_phdr.c \